Struct windows_sys::Win32::Media::DirectShow::VMR9ProcAmpControlRange
[−]#[repr(C)]pub struct VMR9ProcAmpControlRange {
pub dwSize: u32,
pub dwProperty: VMR9ProcAmpControlFlags,
pub MinValue: f32,
pub MaxValue: f32,
pub DefaultValue: f32,
pub StepSize: f32,
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
dwSize: u32dwProperty: VMR9ProcAmpControlFlagsMinValue: f32MaxValue: f32DefaultValue: f32StepSize: f32