Docs.rs
ffmpeg-the-third-3.0.2+ffmpeg-7.1
ffmpeg-the-third 3.0.2+ffmpeg-7.1
Permalink
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
shssoichiro
Dependencies
bitflags ^2.8
normal
ffmpeg-sys-the-third ^3.0.1
normal
image ^0.25
normal
optional
libc ^0.2
normal
serde ^1.0.152
normal
optional
Versions
15.62%
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
ffmpeg_
the_
third
3.0.2+ffmpeg-7.1
Encoder
Required Methods
encoder
Implementations on Foreign Types
&str
Option<Codec<T>>
Implementors
In ffmpeg_
the_
third::
codec::
traits
ffmpeg_the_third
::
codec
::
traits
Trait
Encoder
Copy item path
Source
pub trait Encoder<T> { // Required method fn
encoder
(self) ->
Option
<
Codec
<T>>; }
Required Methods
§
Source
fn
encoder
(self) ->
Option
<
Codec
<T>>
Implementations on Foreign Types
§
Source
§
impl
Encoder
<
UnknownType
> for &
str
Source
§
fn
encoder
(self) ->
Option
<
Codec
<
UnknownType
>>
Source
§
impl<T>
Encoder
<T> for
Option
<
Codec
<T>>
Source
§
fn
encoder
(self) ->
Option
<
Codec
<T>>
Implementors
§
Source
§
impl
Encoder
<
UnknownType
> for
Id
Source
§
impl<T>
Encoder
<T> for
Codec
<T>