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 the activation parameters for a call to ActivateAudioInterfaceAsync.
Syntax
typedef struct AUDIOCLIENT_ACTIVATION_PARAMS {
AUDIOCLIENT_ACTIVATION_TYPE ActivationType;
union {
AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS ProcessLoopbackParams;
} DUMMYUNIONNAME;
} AUDIOCLIENT_ACTIVATION_PARAMS;
Members
ActivationType
A member of the AUDIOCLIENT_ACTIVATION_TYPE specifying the type of audio interface activation. Currently default activation and loopback activation are supported.
DUMMYUNIONNAME
DUMMYUNIONNAME.ProcessLoopbackParams
A AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS specifying the loopback parameters for the audio interface activation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Header | audioclientactivationparams.h |