webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::rtpplayer::RawRtpPacket Class Reference

Public Member Functions

 RawRtpPacket (const uint8_t *data, size_t length, uint32_t ssrc, uint16_t seq_num)
 
const uint8_tdata () const
 
size_t length () const
 
int64_t resend_time_ms () const
 
void set_resend_time_ms (int64_t timeMs)
 
uint32_t ssrc () const
 
uint16_t seq_num () const
 

Constructor & Destructor Documentation

◆ RawRtpPacket()

webrtc::rtpplayer::RawRtpPacket::RawRtpPacket ( const uint8_t data,
size_t  length,
uint32_t  ssrc,
uint16_t  seq_num 
)
inline

Member Function Documentation

◆ data()

const uint8_t* webrtc::rtpplayer::RawRtpPacket::data ( ) const
inline

◆ length()

size_t webrtc::rtpplayer::RawRtpPacket::length ( void  ) const
inline

◆ resend_time_ms()

int64_t webrtc::rtpplayer::RawRtpPacket::resend_time_ms ( ) const
inline

◆ seq_num()

uint16_t webrtc::rtpplayer::RawRtpPacket::seq_num ( ) const
inline

◆ set_resend_time_ms()

void webrtc::rtpplayer::RawRtpPacket::set_resend_time_ms ( int64_t  timeMs)
inline

◆ ssrc()

uint32_t webrtc::rtpplayer::RawRtpPacket::ssrc ( ) const
inline

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