Starts (or resumes) playback of a sample, stream, MOD music, or recording.
| BASS_ERROR_HANDLE | handle is not a valid channel.
|
| BASS_ERROR_START | The output is paused/stopped, use BASS_Start to start it.
|
| BASS_ERROR_DECODE | The channel is not playable; it is a "decoding channel".
|
| BASS_ERROR_BUFLOST | Should not happen... check that a valid window handle was used with BASS_Init.
|
| BASS_ERROR_NOHW | No hardware voices are available (HCHANNEL only). This only occurs if the sample was loaded/created with the BASS_SAMPLE_VAM flag and BASS_VAM_HARDWARE is set in the sample's VAM mode, and there are no hardware voices available to play it.
|