Home
last modified time | relevance | path

Searched refs:BlockType (Results 1 – 8 of 8) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dmod.rs36 pub enum BlockType { enum
48 impl From<u8> for BlockType { implementation
51 1 => BlockType::LossRLE, in from()
52 2 => BlockType::DuplicateRLE, in from()
53 3 => BlockType::PacketReceiptTimes, in from()
55 5 => BlockType::DLRR, in from()
56 6 => BlockType::StatisticsSummary, in from()
57 7 => BlockType::VoIPMetrics, in from()
58 _ => BlockType::Unknown, in from()
64 impl fmt::Display for BlockType { implementation
[all …]
H A Drle.rs132 BlockType::LossRLE in xr_header()
134 BlockType::DuplicateRLE in xr_header()
224 let is_loss_rle = xr_header.block_type == BlockType::LossRLE; in unmarshal()
H A Dunknown.rs19 block_type: BlockType::Unknown, in xr_header()
H A Drrt.rs31 block_type: BlockType::ReceiverReferenceTime, in xr_header()
H A Dprt.rs46 block_type: BlockType::PacketReceiptTimes, in xr_header()
H A Ddlrr.rs51 block_type: BlockType::DLRR, in xr_header()
H A Dssr.rs107 block_type: BlockType::StatisticsSummary, in xr_header()
H A Dvm.rs64 block_type: BlockType::VoIPMetrics, in xr_header()