Lines Matching defs:PacketInformation
103 struct RTCPReceiver::PacketInformation { struct in webrtc::RTCPReceiver
104 uint32_t packet_type_flags = 0; // RTCPPacketTypeFlags bit field.
106 uint32_t remote_ssrc = 0;
107 std::vector<uint16_t> nack_sequence_numbers;
109 ReportBlockList report_blocks;
110 std::vector<ReportBlockData> report_block_datas;
111 int64_t rtt_ms = 0;
112 uint32_t receiver_estimated_max_bitrate_bps = 0;
113 std::unique_ptr<rtcp::TransportFeedback> transport_feedback;
114 absl::optional<VideoBitrateAllocation> target_bitrate_allocation;
115 absl::optional<NetworkStateEstimate> network_state_estimate;
116 std::unique_ptr<rtcp::LossNotification> loss_notification;