IAudioStateMonitor interface
데스크톱 앱 및 게임이 시스템에 의해 오디오 스트림의 사운드 레벨이 수정되는 시점을 발견할 수 있도록 메서드를 제공합니다. 여기에는 다음과 같은 시나리오가 포함됩니다:- 오디오 앱이 백그라운드에서 재생되어 게임 미디어 스트림이 음소거되는 시점을 파악
- VoIP 통화가 백그라운드에서 시작되어 게임 채팅 오디오 스트림을 중지해야 하는 시점을 파악
- 오디오 앱이 백그라운드에서 재생되어 게임 미디어 스트림이 음소거되는 시점
- VoIP 통화가 백그라운드에서 시작되어 게임 채팅 오디오 스트림을 중지해야 하는 시점
Members
IAudioStateMonitor 인터페이스는 IUnknown 인터페이스를 상속하지만 다음과 같은 유형의 멤버도 갖습니다:Methods
IAudioStateMonitor 인터페이스에는 다음 메서드가 있습니다:Remarks
이 인터페이스의 인스턴스를 얻으려면 다음 메서드 중 하나를 호출하세요:- CreateCaptureAudioStateMonitor
- CreateCaptureAudioStateMonitorForCategory
- CreateCaptureAudioStateMonitorForCategoryAndDeviceId
- CreateCaptureAudioStateMonitorForCategoryAndDeviceRole
- CreateRenderAudioStateMonitor
- CreateRenderAudioStateMonitorForCategory
- CreateRenderAudioStateMonitorForCategoryAndDeviceId
- CreateRenderAudioStateMonitorForCategoryAndDeviceRole
