Docs.rs
ffmpeg-rs-5.2.0
ffmpeg-rs 5.2.0
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
flavioroth
Dependencies
bitflags ^1.2
normal
ffmpeg-sys-next ^5.1.1
normal
image ^0.23
normal
libc ^0.2
normal
Versions
13.65%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Decoder
Required Methods
decoder
Implementations on Foreign Types
&'a str
Option<Codec>
Implementors
In ffmpeg_rs::codec::traits
?
Trait
ffmpeg_rs
::
codec
::
traits
::
Decoder
source
·
[
−
]
pub trait Decoder { fn
decoder
(self) ->
Option
<
Codec
>; }
Required Methods
source
fn
decoder
(self) ->
Option
<
Codec
>
Implementations on Foreign Types
source
impl<'a>
Decoder
for &'a
str
source
fn
decoder
(self) ->
Option
<
Codec
>
source
impl
Decoder
for
Option
<
Codec
>
source
fn
decoder
(self) ->
Option
<
Codec
>
Implementors
source
impl
Decoder
for
Id
source
impl
Decoder
for
Audio
source
impl
Decoder
for
Codec
source
impl
Decoder
for
Video