Struct ffmpeg_next::codec::encoder::audio::Encoder [−][src]
pub struct Encoder(pub Audio);
Implementations
👎 Deprecated since 4.4.0:
Underlying API avcodec_encode_audio2 has been deprecated since FFmpeg 3.1; consider switching to send_frame() and receive_packet()
👎 Deprecated since 4.4.0:
Underlying API avcodec_encode_audio2 has been deprecated since FFmpeg 3.1; consider switching to send_eof() and receive_packet()
Methods from Deref<Target = Audio>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Encoderimpl !UnwindSafe for Encoder