Click or drag to resize
Headset Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaHeadset

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

The Headset type exposes the following members.

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
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
See Also