Home
last modified time | relevance | path

Searched defs:block_type (Results 1 – 1 of 1) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dmod.rs93 pub block_type: BlockType, field
130 let block_type: BlockType = raw_packet.get_u8().into(); in unmarshal() localVariable
272 let block_type: BlockType = raw_packet.chunk()[0].into(); in unmarshal() localVariable