Expand description
Prelude module for convenient imports.
This module re-exports all commonly used types for easy access:
ⓘ
use ff_format::prelude::*;Re-exports§
pub use crate::AudioCodec;pub use crate::AudioFrame;pub use crate::AudioStreamInfo;pub use crate::ChannelLayout;pub use crate::ChapterInfo;pub use crate::ColorPrimaries;pub use crate::ColorRange;pub use crate::ColorSpace;pub use crate::FormatError;pub use crate::FrameError;pub use crate::MediaInfo;pub use crate::PixelFormat;pub use crate::Rational;pub use crate::SampleFormat;pub use crate::Timestamp;pub use crate::VideoCodec;pub use crate::VideoFrame;pub use crate::VideoStreamInfo;
Structs§
- Pooled
Buffer - A buffer acquired from a
FramePool.