AUDIO_DUCKING_OPTIONS enumeration (audioclient.h)
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_DEFAULT The associated audio stream should use the default audio ducking behavior. |
AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS The associated audio stream should not cause other streams to be ducked. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Header | audioclient.h |