unsigned GetData(UByte* buff, unsigned dsize);
GetData reads a buffer from the sound data.
Parameters |
Description |
UByte* buff |
Buffer for the sound data. |
unsigned dsize |
Requested size of the sound data. |
Actual size of the sound data copied in the buffer.