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§
Auto Trait Implementations§
impl<'a> Freeze for Rpsi<'a>
impl<'a> RefUnwindSafe for Rpsi<'a>
impl<'a> Send for Rpsi<'a>
impl<'a> Sync for Rpsi<'a>
impl<'a> Unpin for Rpsi<'a>
impl<'a> UnwindSafe for Rpsi<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more