SoundStreamer::SetChannelCount
Defined in:
Sets the number of audio channels.
C4Sound.hPrototype
void SetChannelCount(int32 count);
Parameters
count |
The number of audio channels. |
Description
The SetChannelCount function should be called by each subclass of the SoundStreamer class in order to set the number of audio channels. The value of the count parameter must be 1 or 2.
See Also
