Engage Engine API
1.251.9091
|
RTP header information as per RFC 3550. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
virtual void | initForDocumenting () |
![]() | |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
int | pt |
A valid RTP payload between 0 and 127 See IANA Real-Time Transport Protocol (RTP) Parameters | |
bool | marker |
Indicates whether this is the start of the media stream burst. | |
uint16_t | seq |
Packet sequence number. | |
uint32_t | ssrc |
Psuedo-random synchronization source. | |
uint32_t | ts |
Media sample timestamp. | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
RTP header information as per RFC 3550.
Example JSON:
Definition at line 1146 of file ConfigurationObjects.h.
|
inline |
Definition at line 1168 of file ConfigurationObjects.h.
|
inline |
Definition at line 1173 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 1182 of file ConfigurationObjects.h.
bool AppConfigurationObjects::RtpHeader::marker |
Indicates whether this is the start of the media stream burst.
Definition at line 1157 of file ConfigurationObjects.h.
int AppConfigurationObjects::RtpHeader::pt |
A valid RTP payload between 0 and 127 See IANA Real-Time Transport Protocol (RTP) Parameters
Definition at line 1154 of file ConfigurationObjects.h.
uint16_t AppConfigurationObjects::RtpHeader::seq |
Packet sequence number.
Definition at line 1160 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::RtpHeader::ssrc |
Psuedo-random synchronization source.
Definition at line 1163 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::RtpHeader::ts |
Media sample timestamp.
Definition at line 1166 of file ConfigurationObjects.h.