Click or drag to resize

AudioClientShareMode Enumeration

Defines constants that indicate whether an audio stream will run in shared mode or in exclusive mode.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public enum AudioClientShareMode
Members
  Member nameValueDescription
Shared0 The client can share the audio endpoint device with clients that run in other user-mode processes.
Exclusive1 The Windows audio service attempts to establish a connection in which the client has exclusive access to the audio endpoint device.
Remarks
AUDCLNT_SHAREMODE
See Also