Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies audio ducking options. Use values from this enumeration when calling IAudioClientDuckingControl::SetDuckingOptionsForCurrentStream
Syntax
typedef enum AUDIO_DUCKING_OPTIONS {
AUDIO_DUCKING_OPTIONS_DEFAULT,
AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS
} ;
Constants
AUDIO_DUCKING_OPTIONS_DEFAULTThe associated audio stream should use the default audio ducking behavior. |
AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMSThe associated audio stream should not cause other streams to be ducked. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Header | audioclient.h |