pub type FrameContent = DecodedFrameContent;Expand description
Data for a decoded frame on native targets.
Aliased Type§
pub struct FrameContent {
pub data: Vec<u8>,
pub width: u32,
pub height: u32,
pub format: PixelFormat,
}Fields§
§data: Vec<u8>§width: u32§height: u32§format: PixelFormat