unreal.MediaSoundChannels

class unreal.MediaSoundChannels

Bases: unreal.EnumBase

Available media sound channel types.

C++ Source:

  • Module: MediaAssets

  • File: MediaSoundComponent.h

MONO

Mono (1 channel).

Type

0

STEREO

Stereo (2 channels).

Type

1

SURROUND

Surround sound (7.1 channels; for UI).

Type

2