Skip to main content

ImageFrame

Type Alias ImageFrame 

Source
pub type ImageFrame = ImageFrame<PixelFormat, ImageFrameExtra, FfmpegBuffer>;
Expand description

Decoded still image pre-parameterized with this crate’s pixel format / extras / view carrier — what FfmpegImageDecoder produces.

Aliased Type§

pub struct ImageFrame { /* private fields */ }