webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::RtpState Struct Reference

#include <rtp_rtcp_defines.h>

Public Member Functions

 RtpState ()
 
 RtpState ()
 

Public Attributes

uint16_t sequence_number
 
uint32_t start_timestamp
 
uint32_t timestamp
 
int64_t capture_time_ms
 
int64_t last_timestamp_time_ms
 
bool media_has_been_sent
 

Constructor & Destructor Documentation

◆ RtpState() [1/2]

webrtc::RtpState::RtpState ( )
inline

◆ RtpState() [2/2]

webrtc::RtpState::RtpState ( )
inline

Member Data Documentation

◆ capture_time_ms

int64_t webrtc::RtpState::capture_time_ms

◆ last_timestamp_time_ms

int64_t webrtc::RtpState::last_timestamp_time_ms

◆ media_has_been_sent

bool webrtc::RtpState::media_has_been_sent

◆ sequence_number

uint16_t webrtc::RtpState::sequence_number

◆ start_timestamp

uint32_t webrtc::RtpState::start_timestamp

◆ timestamp

uint32_t webrtc::RtpState::timestamp

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