Skip to main content

Module format

Module format 

Source

Re-exports§

pub use crate::util::format::Pixel;
pub use crate::util::format::pixel;
pub use crate::util::format::Sample;
pub use crate::util::format::sample;
pub use self::context::Context;
pub use self::format::Flags;
pub use self::format::flag;
pub use self::format::Input;
pub use self::format::Output;

Modules§

chapter
context
format
network
stream

Functions§

configuration
input
input_from_stream
Opens an input from a readable context::StreamIo (created with StreamIo::from_read or StreamIo::from_read_seek).
input_from_stream_with_interrupt
Like input_from_stream, with an interrupt callback FFmpeg polls to cancel a stalled open or read. closure returns true to abort; a cancelled blocking read then surfaces as Error::Exit. To resume the same context afterward, re-arm the token and either seek (seekable streams) or call context::Input::clear_interrupt (non-seekable streams).
input_with_dictionary
input_with_interrupt
input_with_interrupt_and_dictionary
license
open
open_with
output
output_as
output_as_with
output_to_stream
Creates an output context that writes to a writable context::StreamIo (created with StreamIo::from_write or StreamIo::from_write_seek).
output_with
version