pub struct DecoderSplit { /* private fields */ }
Implementations§
Source§impl DecoderSplit
impl DecoderSplit
Sourcepub fn time_base(&self) -> AvRational
pub fn time_base(&self) -> AvRational
Get decoder time base.
Sourcepub fn size(&self) -> (u32, u32)
pub fn size(&self) -> (u32, u32)
Get the decoders input size (resolution dimensions): width and height.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecoderSplit
impl !RefUnwindSafe for DecoderSplit
impl Unpin for DecoderSplit
impl !UnwindSafe for DecoderSplit
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