|
Engage Engine API
1.246.9086
|
RTP header information as per RFC 3550. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
| virtual void | initForDocumenting () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| 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. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
RTP header information as per RFC 3550.
Example JSON:
Definition at line 1088 of file ConfigurationObjects.h.
|
inline |
Definition at line 1110 of file ConfigurationObjects.h.
|
inline |
Definition at line 1115 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 1124 of file ConfigurationObjects.h.
| bool AppConfigurationObjects::RtpHeader::marker |
Indicates whether this is the start of the media stream burst.
Definition at line 1099 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 1096 of file ConfigurationObjects.h.
| uint16_t AppConfigurationObjects::RtpHeader::seq |
Packet sequence number.
Definition at line 1102 of file ConfigurationObjects.h.
| uint32_t AppConfigurationObjects::RtpHeader::ssrc |
Psuedo-random synchronization source.
Definition at line 1105 of file ConfigurationObjects.h.
| uint32_t AppConfigurationObjects::RtpHeader::ts |
Media sample timestamp.
Definition at line 1108 of file ConfigurationObjects.h.