PROCESS_LOOPBACK_MODE enumeration (audioclientactivationparams.h)

Specifies the loopback mode for an AUDIOCLIENT_ACTIVATION_PARAMS structure passed into a call to ActivateAudioInterfaceAsync.

Syntax

typedef enum PROCESS_LOOPBACK_MODE {
  PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE,
  PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE
} ;

Constants

 
PROCESS_LOOPBACK_MODE_INCLUDE_TARGET_PROCESS_TREE
Render streams from the specified process and its child processes are included in the activated process loopback stream.
PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREE
Render streams from the specified process and its child processes are excluded from the activated process loopback stream.

Requirements

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

See also

AUDIOCLIENT_ACTIVATION_PARAMS ActivateAudioInterfaceAsync