Home
last modified time | relevance | path

Searched refs:PacketReceiptTimes (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dmod.rs41 PacketReceiptTimes = 3, // RFC 3611, section 4.3 enumerator
53 3 => BlockType::PacketReceiptTimes, in from()
69 BlockType::PacketReceiptTimes => "PacketReceiptTimesReportBlockType", in fmt()
278 BlockType::PacketReceiptTimes => { in unmarshal()
H A Dprt.rs46 block_type: BlockType::PacketReceiptTimes, in xr_header()