D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::rtp_header Struct Reference

Represents an RTP packet. More...

Collaboration diagram for dpp::rtp_header:

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
 

Detailed Description

Represents an RTP packet.

Size should always be exactly 12.

Constructor & Destructor Documentation

◆ rtp_header()

dpp::rtp_header::rtp_header ( uint16_t  _seq,
uint32_t  _ts,
uint32_t  _ssrc 
)
inline

Member Data Documentation

◆ constant

uint16_t dpp::rtp_header::constant

◆ sequence

uint16_t dpp::rtp_header::sequence

◆ ssrc

uint32_t dpp::rtp_header::ssrc

◆ timestamp

uint32_t dpp::rtp_header::timestamp

The documentation for this struct was generated from the following file: