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
Encoder
ffmpeg_
next
8.0.0
Encoder
Required Methods
encoder
Implementations on Foreign Types
&str
Option<Codec>
Implementors
In ffmpeg_
next::
codec::
traits
ffmpeg_next
::
codec
::
traits
Trait
Encoder
Copy item path
Source
pub trait Encoder { // Required method fn
encoder
(self) ->
Option
<
Codec
>; }
Required Methods
§
Source
fn
encoder
(self) ->
Option
<
Codec
>
Implementations on Foreign Types
§
Source
§
impl
Encoder
for &
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