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: f32Frame rate of the stream
width: u32Width of source image
height: u32Height of source image
bitrate: u32Bitrate to encode at
reserved: [u32; 256]Reserved for future use