Skip to content

Commit e885b0d

Browse files
IAudioClient3::InitializeSharedAudioStream() returns AUDCLNT_E_INVALID_STREAM_FLAG if any flag other than AUDCLNT_STREAMFLAGS_EVENTCALLBACK is specified (#1498)
Related: https://social.msdn.microsoft.com/Forums/en-US/windowspro-audiodevelopment/thread/55b39a3d-0f2a-4f05-ac66-5c5abf32ec64
1 parent b13a2d6 commit e885b0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient3-initializesharedaudiostream.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ Type: <b>DWORD</b>
6161
Flags to control creation of the stream. The client should set this parameter to 0 or to the bitwise OR of one or more of the supported <a href="/windows/desktop/CoreAudio/audclnt-streamflags-xxx-constants">AUDCLNT_STREAMFLAGS_XXX Constants</a> or <a href="/windows/desktop/CoreAudio/audclnt-sessionflags-xxx-constants">AUDCLNT_SESSIONFLAGS_XXX Constants</a>. The supported <a href="/windows/desktop/CoreAudio/audclnt-streamflags-xxx-constants">AUDCLNT_STREAMFLAGS_XXX Constants</a> for this parameter when using this method are:
6262

6363
- AUDCLNT_STREAMFLAGS_EVENTCALLBACK
64-
- AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM
65-
- AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY
6664

6765
### -param PeriodInFrames [in]
6866

0 commit comments

Comments
 (0)