#[repr(C)]pub struct KSAUDIOENGINE_VOLUMELEVEL {
pub TargetVolume: i32,
pub CurveType: AUDIO_CURVE_TYPE,
pub CurveDuration: u64,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
TargetVolume: i32CurveType: AUDIO_CURVE_TYPECurveDuration: u64