Click or drag to resize

AudioClientSessionFlags Enumeration

Characteristics of an audio session associated with the stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum AudioClientSessionFlags
Members
Member nameValueDescription
ExpireWhenUnowned268,435,456 The session expires when there are no associated streams and owning session control objects holding references.
DisplayHide536,870,912 The volume control is hidden in the volume mixer user interface when the audio session is created. If the session associated with the stream already exists before IAudioClient::Initialize opens the stream, the volume control is displayed in the volume mixer.
DisplayHideWhenExpired1,073,741,824 The volume control is hidden in the volume mixer user interface after the session expires.
Remarks
AUDCLNT_SESSIONFLAGS_XXX Constants
See Also