Click or drag to resize

AudioClientStreamFlags Enumeration

Specifies characteristics that a client can assign to an audio stream during the initialization of the stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum AudioClientStreamFlags
Members
Member nameValueDescription
None0 None
CrossProcess65,536 The audio session for the stream is a cross-process session. A cross-process session can accept streams from more than one process.
Loopback131,072 Enables loopback recording. In loopback recording, the audio engine copies the audio stream that is being played by a rendering endpoint device into an audio endpoint buffer so that a WASAPI client can capture the stream.
EventCallback262,144 Enables event-driven buffering.
NoPersist524,288 The volume and mute settings for an audio session will not persist across system restarts.
RateAdjust1,048,576 This constant is new in Windows 7. The sample rate of the stream is adjusted to a rate specified by an application.
Remarks
AUDCLNT_STREAMFLAGS_XXX Constants
See Also