Home
last modified time | relevance | path

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

/webrtc/rtcp/src/extended_report/
H A Dmod.rs45 VoIPMetrics = 7, // RFC 3611, section 4.7 enumerator
57 7 => BlockType::VoIPMetrics, in from()
73 BlockType::VoIPMetrics => "VoIPMetricsReportBlockType", in fmt()
288 BlockType::VoIPMetrics => Box::new(VoIPMetricsReportBlock::unmarshal(raw_packet)?), in unmarshal()
H A Dvm.rs64 block_type: BlockType::VoIPMetrics, in xr_header()