| CustomDevice Class |
Namespace: TeamSpeak.Sdk.Client
The CustomDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomDevice |
Creates a new CustomDevice
|
| Name | Description | |
|---|---|---|
| CaptureChannels |
Number of channels of the capture device.
| |
| CaptureRate |
Frequency of the capture device.
| |
| ID |
ID of the device.
| |
| Mode |
The soundbackend.
| |
| Name |
Human-readable name of the device.
| |
| PlaybackChannels |
Number of channels of the playback device.
| |
| PlaybackRate |
Frequency of the playback device.
|
| Name | Description | |
|---|---|---|
| AcquireData |
Retrieve playback data from the Library
| |
| Dispose |
Releases all resources used.
| |
| Dispose(Boolean) |
Releases the unmanaged resources used by the CustomDevice and optionally releases the managed resources.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows CustomDevice to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ProcessData |
Send the samples from your device to the Library
| |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |