pub struct Sli<'a> { /* private fields */ }Expand description
Slice Loss Information
Implementations§
Source§impl Sli<'_>
impl Sli<'_>
Sourcepub fn lost_macroblocks(&self) -> impl Iterator<Item = MacroBlockEntry> + '_
pub fn lost_macroblocks(&self) -> impl Iterator<Item = MacroBlockEntry> + '_
The macro blocks that have been lost
Sourcepub fn builder() -> SliBuilder
pub fn builder() -> SliBuilder
Create a new SliBuilder
Trait Implementations§
Source§impl<'a> FciParser<'a> for Sli<'a>
impl<'a> FciParser<'a> for Sli<'a>
Source§const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::PAYLOAD
const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::PAYLOAD
The supported feedback packet/s that the FCI data may be encountered within.
Source§const FCI_FORMAT: u8 = 2u8
const FCI_FORMAT: u8 = 2u8
The type format of the FCI.