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

Public Member Functions

 RtcpContext (const FeedbackState &feedback_state, int32_t nack_size, const uint16_t *nack_list, uint64_t picture_id, NtpTime now)
 

Public Attributes

const FeedbackStatefeedback_state_
 
const int32_t nack_size_
 
const uint16_tnack_list_
 
const uint64_t picture_id_
 
const NtpTime now_
 

Constructor & Destructor Documentation

◆ RtcpContext()

webrtc::RTCPSender::RtcpContext::RtcpContext ( const FeedbackState feedback_state,
int32_t  nack_size,
const uint16_t nack_list,
uint64_t  picture_id,
NtpTime  now 
)
inline

Member Data Documentation

◆ feedback_state_

const FeedbackState& webrtc::RTCPSender::RtcpContext::feedback_state_

◆ nack_list_

const uint16_t* webrtc::RTCPSender::RtcpContext::nack_list_

◆ nack_size_

const int32_t webrtc::RTCPSender::RtcpContext::nack_size_

◆ now_

const NtpTime webrtc::RTCPSender::RtcpContext::now_

◆ picture_id_

const uint64_t webrtc::RTCPSender::RtcpContext::picture_id_

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