Sets a sample's data.
BOOL BASS_SampleSetData(
HSAMPLE handle,
void *buffer
);
| handle | The sample handle. |
| buffer | Pointer to the data. |
| BASS_ERROR_HANDLE | handle is not valid. |
| BASS_ERROR_UNKNOWN | Some other mystery problem! |
A sample's data can be set at any time, including during playback.