Struct windows_sys::Win32::Media::DirectShow::MP_PARAMINFO
[−]#[repr(C)]pub struct MP_PARAMINFO {
pub mpType: MP_TYPE,
pub mopCaps: u32,
pub mpdMinValue: f32,
pub mpdMaxValue: f32,
pub mpdNeutralValue: f32,
pub szUnitText: [u16; 32],
pub szLabel: [u16; 32],
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
mpType: MP_TYPEmopCaps: u32mpdMinValue: f32mpdMaxValue: f32mpdNeutralValue: f32szUnitText: [u16; 32]szLabel: [u16; 32]