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

Public Attributes

uint32_t packet_type_flags = 0
 
uint32_t remote_ssrc = 0
 
std::vector< uint16_tnack_sequence_numbers
 
ReportBlockList report_blocks
 
int64_t rtt_ms = 0
 
uint8_t sli_picture_id = 0
 
uint64_t rpsi_picture_id = 0
 
uint32_t receiver_estimated_max_bitrate_bps = 0
 
std::unique_ptr< rtcp::TransportFeedbacktransport_feedback
 
rtc::Optional< BitrateAllocationtarget_bitrate_allocation
 

Member Data Documentation

◆ nack_sequence_numbers

std::vector<uint16_t> webrtc::RTCPReceiver::PacketInformation::nack_sequence_numbers

◆ packet_type_flags

uint32_t webrtc::RTCPReceiver::PacketInformation::packet_type_flags = 0

◆ receiver_estimated_max_bitrate_bps

uint32_t webrtc::RTCPReceiver::PacketInformation::receiver_estimated_max_bitrate_bps = 0

◆ remote_ssrc

uint32_t webrtc::RTCPReceiver::PacketInformation::remote_ssrc = 0

◆ report_blocks

ReportBlockList webrtc::RTCPReceiver::PacketInformation::report_blocks

◆ rpsi_picture_id

uint64_t webrtc::RTCPReceiver::PacketInformation::rpsi_picture_id = 0

◆ rtt_ms

int64_t webrtc::RTCPReceiver::PacketInformation::rtt_ms = 0

◆ sli_picture_id

uint8_t webrtc::RTCPReceiver::PacketInformation::sli_picture_id = 0

◆ target_bitrate_allocation

rtc::Optional<BitrateAllocation> webrtc::RTCPReceiver::PacketInformation::target_bitrate_allocation

◆ transport_feedback

std::unique_ptr<rtcp::TransportFeedback> webrtc::RTCPReceiver::PacketInformation::transport_feedback

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