C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

SoundStreamer::SetChannelCount

Defined in:  C4Sound.h
Sets the number of audio channels.
Prototype

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

SoundStreamer::SetSampleRate