pub struct InputCodecParameters<'s>(/* private fields */);Implementations§
Source§impl<'s> InputCodecParameters<'s>
impl<'s> InputCodecParameters<'s>
pub fn new_decoder( &self, options: &mut Dictionary, ) -> Result<DecodeContext, Error>
Methods from Deref<Target = AVCodecParameters>§
Trait Implementations§
Source§impl<'s> Deref for InputCodecParameters<'s>
impl<'s> Deref for InputCodecParameters<'s>
Source§type Target = AVCodecParameters
type Target = AVCodecParameters
The resulting type after dereferencing.
Source§fn deref(&self) -> &AVCodecParameters
fn deref(&self) -> &AVCodecParameters
Dereferences the value.
Auto Trait Implementations§
impl<'s> Freeze for InputCodecParameters<'s>
impl<'s> RefUnwindSafe for InputCodecParameters<'s>
impl<'s> Send for InputCodecParameters<'s>
impl<'s> Sync for InputCodecParameters<'s>
impl<'s> Unpin for InputCodecParameters<'s>
impl<'s> UnwindSafe for InputCodecParameters<'s>
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