Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/AudioBus.h |
| Include | #include "Sound/AudioBus.h" |
Syntax
enum EAudioBusChannels
{
Mono = 0,
Stereo = 1,
Quad = 3,
FivePointOne = 5,
SevenPointOne = 7,
MaxChannelCount = 8,
}
Values
| Name | Description |
|---|---|
| Mono | |
| Stereo | |
| Quad | |
| FivePointOne | |
| SevenPointOne | |
| MaxChannelCount |
Remarks
The number of channels to mix audio into the source bus.