Alvas.Audio Class Library

MediaBuffer.RetrieveData Method 

Retrieves the data in the output buffer

[Visual Basic]
Public Sub RetrieveData( _
   ByVal data As Byte(), _
   ByVal offset As Integer _
)
[C#]
public void RetrieveData(
   Byte[] data,
   Int32 offset
);

Parameters

data
buffer to retrieve into
offset
offset within that buffer

See Also

MediaBuffer Class | Alvas.Audio Namespace