Represents an RTP packet. More...
Public Member Functions | |
rtp_header (uint16_t _seq, uint32_t _ts, uint32_t _ssrc) | |
Public Attributes | |
uint16_t | constant |
uint16_t | sequence |
uint32_t | ssrc |
uint32_t | timestamp |
Represents an RTP packet.
Size should always be exactly 12.
|
inline |
uint16_t dpp::rtp_header::constant |
uint16_t dpp::rtp_header::sequence |
uint32_t dpp::rtp_header::ssrc |
uint32_t dpp::rtp_header::timestamp |