 | 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)
Syntaxpublic bool AcquireData(
short[] buffer,
int samples
)
Public Function AcquireData (
buffer As Short(),
samples As Integer
) As Boolean
public:
bool AcquireData(
array<short>^ buffer,
int samples
)
member AcquireData :
buffer : int16[] *
samples : int -> bool
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:
Booleantrue if playback data is available; otherwise, false.
See Also