pub type spinAVIOption = _spinAVIOption;Expand description
Options for saving uncompressed videos. Used in saving AVI videos with a call to spinAVIRecorderOpenUncompressed().
Aliased Type§
#[repr(C)]pub struct spinAVIOption {
pub frameRate: f32,
pub reserved: [u32; 256],
}Fields§
§frameRate: f32Frame rate of the stream
reserved: [u32; 256]Reserved for future use