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