Docs.rs
ffmpeg-next-5.0.3
ffmpeg-next 5.0.3
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
zmwangx
Polochon-street
Dependencies
bitflags ^1.2
normal
ffmpeg-sys-next ^5.0.1
normal
image ^0.23
normal
libc ^0.2
normal
Versions
12.8%
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
☰
Encoder
Required Methods
encoder
Implementations on Foreign Types
&'a str
Option<Codec>
Implementors
In ffmpeg_next::codec::traits
?
Trait
ffmpeg_next
::
codec
::
traits
::
Encoder
source
·
[
−
]
pub trait Encoder { fn
encoder
(self) ->
Option
<
Codec
>; }
Required methods
source
fn
encoder
(self) ->
Option
<
Codec
>
Implementations on Foreign Types
source
impl<'a>
Encoder
for &'a
str
source
fn
encoder
(self) ->
Option
<
Codec
>
source
impl
Encoder
for
Option
<
Codec
>
source
fn
encoder
(self) ->
Option
<
Codec
>
Implementors
source
impl
Encoder
for
Id
source
impl
Encoder
for
Audio
source
impl
Encoder
for
Codec
source
impl
Encoder
for
Video