Struct ffmpeg_next::codec::encoder::audio::Audio [−][src]
pub struct Audio(pub Super);
Implementations
pub fn open_as_with<E: Encoder>(
self,
codec: E,
options: Dictionary<'_>
) -> Result<Encoder, Error>Methods from Deref<Target = Super>
Sends a NULL packet to the encoder to signal end of stream and enter draining mode.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Audioimpl !UnwindSafe for Audio