Unknown
From BASS
BASS_SampleGetData
Retrieves a copy of a sample's data.
BOOL BASS_SampleGetData(
HSAMPLE handle,
void *buffer
);
Parameters
| handle | The sample handle. |
| buffer | Pointer to a buffer to receive the data. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | handle is not valid. |
| BASS_ERROR_UNKNOWN | Some other mystery problem! |