IAudioEndpoint::SetStreamFlags method (audioengineendpoint.h)

The SetStreamFlags method sets the stream configuration flags on the audio endpoint.

Syntax

HRESULT SetStreamFlags(
  [in] DWORD streamFlags
);

Parameters

[in] streamFlags

A bitwise OR of one or more of the AUDCLNT_STREAMFLAGS_XXX constants.

Return value

If the method succeeds, it returns S_OK.

Remarks

This method must not be called from a real-time processing thread.

The Remote Desktop Services AudioEndpoint API is for use in Remote Desktop scenarios; it is not for client applications.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header audioengineendpoint.h

See also

IAudioEndpoint