Click or drag to resize
CustomDeviceAcquireData Method
Retrieve playback data from the Library

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

Parameters

buffer
Type: SystemInt16
Buffer containing the playback data retrieved from the Library.
samples
Type: SystemInt32
The number of samples to acquire

Return Value

Type: Boolean
true if playback data is available; otherwise, false.
See Also