AUDIOCLIENT_ACTIVATION_TYPE enumeration (audioclientactivationparams.h)

Specifies the activation type for an AUDIOCLIENT_ACTIVATION_PARAMS structure passed into a call to ActivateAudioInterfaceAsync.

Syntax

typedef enum AUDIOCLIENT_ACTIVATION_TYPE {
  AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT,
  AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK
} ;

Constants

 
AUDIOCLIENT_ACTIVATION_TYPE_DEFAULT
Default activation.
AUDIOCLIENT_ACTIVATION_TYPE_PROCESS_LOOPBACK
Process loopback activation, allowing for the inclusion or exclusion of audio rendered by the specified process and its child processes. For sample code that demonstrates the process loopback capture scenario, see the Application Loopback API Capture Sample.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Header audioclientactivationparams.h

See also

AUDIOCLIENT_ACTIVATION_PARAMS

ActivateAudioInterfaceAsync