#[repr(C)]pub struct encoder_frame {
pub data: [*mut u8; 8],
pub linesize: [u32; 8],
pub frames: u32,
pub pts: i64,
}Expand description
Encoder input frame
Fields§
§data: [*mut u8; 8]Data for the frame/audio
linesize: [u32; 8]size of each plane
frames: u32Number of frames (audio only)
pts: i64Presentation timestamp