AudioClientSessionFlags Enumeration |
Characteristics of an audio session associated with the stream.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic enum AudioClientSessionFlags
Public Enumeration AudioClientSessionFlags
public enum class AudioClientSessionFlags
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