spinH264Option

Type Alias spinH264Option 

Source
pub type spinH264Option = _spinH264Option;
Expand description

Options for saving H264 videos. Used in saving H264 videos with a call to spinAVIRecorderOpenH264().

Aliased Type§

#[repr(C)]
pub struct spinH264Option { pub frameRate: f32, pub width: u32, pub height: u32, pub bitrate: u32, pub reserved: [u32; 256], }

Fields§

§frameRate: f32

Frame rate of the stream

§width: u32

Width of source image

§height: u32

Height of source image

§bitrate: u32

Bitrate to encode at

§reserved: [u32; 256]

Reserved for future use