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 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_TREERender streams from the specified process and its child processes are included in the activated process loopback stream. |
PROCESS_LOOPBACK_MODE_EXCLUDE_TARGET_PROCESS_TREERender 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 |