Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 2.92 KB

ne-audioclient-audclnt_streamoptions.md

File metadata and controls

85 lines (65 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:audioclient.AUDCLNT_STREAMOPTIONS
AUDCLNT_STREAMOPTIONS (audioclient.h)
Defines values that describe the characteristics of an audio stream.
AUDCLNT_STREAMOPTIONS
AUDCLNT_STREAMOPTIONS enumeration [Core Audio]
AUDCLNT_STREAMOPTIONS_MATCH_FORMAT
AUDCLNT_STREAMOPTIONS_NONE
AUDCLNT_STREAMOPTIONS_RAW
audioclient/AUDCLNT_STREAMOPTIONS
audioclient/AUDCLNT_STREAMOPTIONS_MATCH_FORMAT
audioclient/AUDCLNT_STREAMOPTIONS_NONE
audioclient/AUDCLNT_STREAMOPTIONS_RAW
coreaudio.audclnt_streamoptions
coreaudio\audclnt_streamoptions.htm
CoreAudio
C9A51FB2-46F5-4F20-B9F2-63EC53CAB3D7
12/05/2018
AUDCLNT_STREAMOPTIONS, AUDCLNT_STREAMOPTIONS enumeration [Core Audio], AUDCLNT_STREAMOPTIONS_MATCH_FORMAT, AUDCLNT_STREAMOPTIONS_NONE, AUDCLNT_STREAMOPTIONS_RAW, audioclient/AUDCLNT_STREAMOPTIONS, audioclient/AUDCLNT_STREAMOPTIONS_MATCH_FORMAT, audioclient/AUDCLNT_STREAMOPTIONS_NONE, audioclient/AUDCLNT_STREAMOPTIONS_RAW, coreaudio.audclnt_streamoptions
audioclient.h
Windows
Windows 8.1 [desktop apps \| UWP apps]
Windows Server 2012 R2 [desktop apps \| UWP apps]
Windows
AUDCLNT_STREAMOPTIONS
19H1
AUDCLNT_STREAMOPTIONS
audioclient/AUDCLNT_STREAMOPTIONS
c++
APIRef
kbSyntax
HeaderDef
audioclient.h
AUDCLNT_STREAMOPTIONS

AUDCLNT_STREAMOPTIONS enumeration

-description

Defines values that describe the characteristics of an audio stream.

-enum-fields

-field AUDCLNT_STREAMOPTIONS_NONE

No stream options.

-field AUDCLNT_STREAMOPTIONS_RAW

The audio stream is a 'raw' stream that bypasses all signal processing except for endpoint specific, always-on processing in the Audio Processing Object (APO), driver, and hardware.

-field AUDCLNT_STREAMOPTIONS_MATCH_FORMAT

The audio client is requesting that the audio engine match the format proposed by the client. The audio engine will match this format only if the format is supported by the audio driver and associated APOs.

Supported in Windows 10 and later.

-field AUDCLNT_STREAMOPTIONS_AMBISONICS

-field AUDCLNT_STREAMOPTIONS_POST_VOLUME_LOOPBACK

The audio client is requesting that the loopback stream tap into the playing audio after volume and/or mute settings have been applied. The default behavior is for the loopback stream to be tapped before volume and/or mute.

-see-also

Core Audio Enumerations