Type Alias switch_mm_t

Source
pub type switch_mm_t = switch_mm_s;

Aliased Type§

#[repr(C)]
pub struct switch_mm_t {
Show 20 fields pub samplerate: i32, pub channels: i32, pub keyint: i32, pub ab: i32, pub vb: i32, pub vw: i32, pub vh: i32, pub cbr: i32, pub fps: f32, pub source_fps: f32, pub source_kps: i32, pub vbuf: i32, pub vprofile: u32, pub vencspd: u32, pub try_hardware_encoder: u8, pub scale_w: i32, pub scale_h: i32, pub fmt: u32, pub auth_username: *mut i8, pub auth_password: *mut i8,
}

Fields§

§samplerate: i32§channels: i32§keyint: i32§ab: i32§vb: i32§vw: i32§vh: i32§cbr: i32§fps: f32§source_fps: f32§source_kps: i32§vbuf: i32§vprofile: u32§vencspd: u32§try_hardware_encoder: u8§scale_w: i32§scale_h: i32§fmt: u32§auth_username: *mut i8§auth_password: *mut i8