Click or drag to resize

Headset Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaHeadset

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class Headset

The Headset type exposes the following members.

Properties
 NameDescription
Public propertyIsStarted True if the devices are started, otherwise false.
Public propertyMicrophone The audio device's microphone.
Public propertyName The device's name.
Public propertySpeaker The audio device's speaker.
Top
Methods
 NameDescription
Public methodStatic memberGetDevices Locate all connected audio devices based on the given state.
Public methodStart Start the devices.
Public methodStop Stop the devices.
Top
See Also