| AudioClientShareMode Enumeration | 
            Defines constants that indicate whether an audio stream will run in shared mode or in exclusive mode.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic enum AudioClientShareMode
Public Enumeration AudioClientShareMode
public enum class AudioClientShareMode
type AudioClientShareMode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Shared | 0 | 
            The client can share the audio endpoint device with clients that run in other user-mode processes.
             | 
 | Exclusive | 1 | 
            The Windows audio service attempts to establish a connection in which the client has exclusive access to the audio endpoint device.
             | 
RemarksAUDCLNT_SHAREMODE
See Also