pub struct Rpsi<'a> { /* private fields */ }Expand description
Reference Picture Selection Indication information
Implementations§
Source§impl<'a> Rpsi<'a>
impl<'a> Rpsi<'a>
Sourcepub fn builder() -> RpsiBuilder<'a>
pub fn builder() -> RpsiBuilder<'a>
Create a new RpsiBuilder
Sourcepub fn payload_type(&self) -> u8
pub fn payload_type(&self) -> u8
The payload type this RPSI references
Sourcepub fn bit_string(&self) -> (&[u8], usize)
pub fn bit_string(&self) -> (&[u8], usize)
The codec specific bit string, that this RPSI contains. Returns that bit string data and how many bits to remove from the last byte
Trait Implementations§
Source§impl<'a> FciParser<'a> for Rpsi<'a>
impl<'a> FciParser<'a> for Rpsi<'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 = 3u8
const FCI_FORMAT: u8 = 3u8
The type format of the FCI.