D++ (DPP)
A Lightweight C++ library for Discord
|
Represents an RTP packet. Size should always be exactly 12. 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 | timestamp |
uint32_t | ssrc |
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 |