Expand description

The stainless ffmpeg prelude.

The prelude re-exports most commonly used traits and macros from this crate.

Examples

Import the prelude with:

#[allow(unused_imports)]
use stainless_ffmpeg::prelude::*;

Re-exports

pub use crate::audio_decoder::AudioDecoder;
pub use crate::audio_encoder::AudioEncoder;
pub use crate::check_result;
pub use crate::filter_graph::FilterGraph;
pub use crate::format_context::FormatContext;
pub use crate::frame::Frame;
pub use crate::order::output::SampleFormat;
pub use crate::order::Filter;
pub use crate::order::ParameterValue;
pub use crate::packet::Packet;
pub use crate::tools;
pub use crate::video_decoder::VideoDecoder;
pub use crate::video_encoder::VideoEncoder;
pub use ffmpeg_sys::*;