[][src]Trait ffmpeg_next::codec::traits::Decoder

pub trait Decoder {
    fn decoder(self) -> Option<Codec>;
}

Required methods

fn decoder(self) -> Option<Codec>

Loading content...

Implementations on Foreign Types

impl<'a> Decoder for &'a str[src]

impl Decoder for Option<Codec>[src]

Loading content...

Implementors

impl Decoder for Id[src]

impl Decoder for Audio[src]

impl Decoder for Codec[src]

impl Decoder for Video[src]

Loading content...