windows::Win32::Media::Audio

Function CreateCaptureAudioStateMonitorForCategoryAndDeviceId

pub unsafe fn CreateCaptureAudioStateMonitorForCategoryAndDeviceId<P1>(
    category: AUDIO_STREAM_CATEGORY,
    deviceid: P1,
) -> Result<IAudioStateMonitor>
where P1: Param<PCWSTR>,