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: 1.8.12.0 (1.8.12)
Syntax
[FlagsAttribute]
public enum AudioClientSessionFlags
Members
  Member nameValueDescription
ExpireWhenUnowned268435456 The session expires when there are no associated streams and owning session control objects holding references.
DisplayHide536870912 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.
DisplayHideWhenExpired1073741824 The volume control is hidden in the volume mixer user interface after the session expires.
Remarks
AUDCLNT_SESSIONFLAGS_XXX Constants
See Also