Docs.rs
ffmpeg-next-8.0.0
ffmpeg-next 8.0.0
Permalink
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
zmwangx
Polochon-street
Dependencies
bitflags ^2.9
normal
ffmpeg-sys-next ^8.0.0
normal
image ^0.25
normal
optional
libc ^0.2
normal
Versions
14.1%
of the crate is documented
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
ffmpeg_
next
8.0.0
Decoder
Required Methods
decoder
Implementations on Foreign Types
&str
Option<Codec>
Implementors
In ffmpeg_
next::
codec::
traits
ffmpeg_next
::
codec
::
traits
Trait
Decoder
Copy item path
Source
pub trait Decoder { // Required method fn
decoder
(self) ->
Option
<
Codec
>; }
Required Methods
§
Source
fn
decoder
(self) ->
Option
<
Codec
>
Implementations on Foreign Types
§
Source
§
impl
Decoder
for &
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