Click or drag to resize
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)
Syntax
public CustomDevice(
	string name,
	SamplingRate captureRate,
	int captureChannels,
	SamplingRate playbackRate,
	int playbackChannels
)

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