MediaBufferRetrieveData Method |
Retrieves the data in the output buffer
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public void RetrieveData(
byte[] data,
int offset
)
Public Sub RetrieveData (
data As Byte(),
offset As Integer
)
public:
void RetrieveData(
array<unsigned char>^ data,
int offset
)
Parameters
- data
- Type: SystemByte
buffer to retrieve into - offset
- Type: SystemInt32
offset within that buffer
See Also