EAudioBusChannels

The number of channels to mix audio into the source bus.

Choose your operating system:

Windows

macOS

Linux

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,
}

Values

Name

Description

Mono

Stereo

Quad

FivePointOne

SevenPointOne

Remarks

The number of channels to mix audio into the source bus.