 | 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)
Syntaxpublic void ProcessData(
short[] buffer,
int samples
)
Public Sub ProcessData (
buffer As Short(),
samples As Integer
)
public:
void ProcessData(
array<short>^ buffer,
int samples
)
member ProcessData :
buffer : int16[] *
samples : int -> unit
Parameters
- buffer
- Type: SystemInt16
sample buffer containing the data to be send - samples
- Type: SystemInt32
The number of samples to send
See Also