MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
rtp_internal_types.h
Go to the documentation of this file.
1//
2// Copyright (c) 2025, Astute Systems PTY LTD
3//
4// This file is part of the VivoeX project developed by Astute Systems.
5//
6// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7// License. See the LICENSE file in the project root for full license details.
8//
13
14#ifndef RTP_RTP_INTERNAL_TYPES_H_
15#define RTP_RTP_INTERNAL_TYPES_H_
16
17// These types are used like macros
18
19namespace mediax::rtp {
21constexpr const char* const kIpaddr = "224.2.127.254";
22} // namespace mediax::rtp
23
24#endif // RTP_RTP_INTERNAL_TYPES_H_
The Real Time Protocol (RTP) namespace.
Definition rtp_av1_depayloader.cc:34
constexpr const char *const kIpaddr
SAP/SDP constants.
Definition rtp_internal_types.h:21