 | CustomDevice Constructor |
Creates a new CustomDevice
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic CustomDevice(
string name,
SamplingRate captureRate,
int captureChannels,
SamplingRate playbackRate,
int playbackChannels
)
Public Sub New (
name As String,
captureRate As SamplingRate,
captureChannels As Integer,
playbackRate As SamplingRate,
playbackChannels As Integer
)
public:
CustomDevice(
String^ name,
SamplingRate captureRate,
int captureChannels,
SamplingRate playbackRate,
int playbackChannels
)
new :
name : string *
captureRate : SamplingRate *
captureChannels : int *
playbackRate : SamplingRate *
playbackChannels : int -> CustomDevice
Parameters
- name
- Type: SystemString
human-readable name - captureRate
- Type: TeamSpeak.SdkSamplingRate
sampling rate of the capture - captureChannels
- Type: SystemInt32
amount of channels to capture, can be 1 or 2 - playbackRate
- Type: TeamSpeak.SdkSamplingRate
sampling rate of the playback - playbackChannels
- Type: SystemInt32
amount of channels of the playback, can be 1 or 2
See Also