spinMJPGOption

Type Alias spinMJPGOption 

Source
pub type spinMJPGOption = _spinMJPGOption;
Expand description

Options for saving MJPG videos. Used in saving MJPG videos with a call to spinAVIRecorderOpenMJPG().

Aliased Type§

#[repr(C)]
pub struct spinMJPGOption { pub frameRate: f32, pub quality: u32, pub reserved: [u32; 256], }

Fields§

§frameRate: f32

Frame rate of the stream

§quality: u32

Image quality (1-100)

§reserved: [u32; 256]