Click or drag to resize
MediaBufferRetrieveData Method
Retrieves the data in the output buffer

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public void RetrieveData(
	byte[] data,
	int offset
)

Parameters

data
Type: SystemByte
buffer to retrieve into
offset
Type: SystemInt32
offset within that buffer
See Also