AudioClientSessionFlags Enumeration |
Characteristics of an audio session associated with the stream.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic enum AudioClientSessionFlags
Public Enumeration AudioClientSessionFlags
public enum class AudioClientSessionFlags
type AudioClientSessionFlags
MembersMember name | Value | Description |
---|
ExpireWhenUnowned | 268,435,456 |
The session expires when there are no associated streams and owning session control objects holding references.
|
DisplayHide | 536,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.
|
DisplayHideWhenExpired | 1,073,741,824 |
The volume control is hidden in the volume mixer user interface after the session expires.
|
RemarksAUDCLNT_SESSIONFLAGS_XXX Constants
See Also