signed char F_API FSOUND_SetReserved(
int channel,
signed char reserved
);
channel | The channel number/handle to change the priority for. FSOUND_ALL can also be used (see remarks). FSOUND_FREE is NOT accepted. |
reserved | Reserved flag. Values accepted are TRUE, to reserve a channel, and FALSE to un-reserve a channel. |