Click or drag to resize
CustomDeviceProcessData Method
Send the samples from your device to the Library

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public void ProcessData(
	short[] buffer,
	int samples
)

Parameters

buffer
Type: SystemInt16
sample buffer containing the data to be send
samples
Type: SystemInt32
The number of samples to send
See Also