Click or drag to resize
SoundDevice Structure
A device that can either playback or capture sound

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public struct SoundDevice : ISoundDevice

The SoundDevice type exposes the following members.

Constructors
  NameDescription
Public methodSoundDevice
Creates a new SoundDevice
Top
Properties
  NameDescription
Public propertyID
ID of the device.
Public propertyMode
The soundbackend.
Public propertyName
Human-readable name of the device.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two SoundDevice structures for equality.
Public operatorStatic memberInequality
Compares two SoundDevice structures for inequality.
Top
See Also