| AudioClientSessionFlags Enumeration | 
            Characteristics of an audio session associated with the stream.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax[FlagsAttribute]
public enum AudioClientSessionFlags
<FlagsAttribute>
Public Enumeration AudioClientSessionFlags
[FlagsAttribute]
public enum class AudioClientSessionFlags
[<FlagsAttribute>]
type AudioClientSessionFlags
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | ExpireWhenUnowned | 268435456 | 
            The session expires when there are no associated streams and owning session control objects holding references.
             | 
 | DisplayHide | 536870912 | 
            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.
             | 
 | DisplayHideWhenExpired | 1073741824 | 
            The volume control is hidden in the volume mixer user interface after the session expires.
             | 
RemarksAUDCLNT_SESSIONFLAGS_XXX Constants
See Also