unreal.MediaSoundChannels

class unreal.MediaSoundChannels

Bases: EnumBase

Available media sound channel types.

C++ Source:

  • Module: MediaAssets

  • File: MediaSoundComponent.h

MONO: MediaSoundChannels

Mono (1 channel).

Type:

0

STEREO: MediaSoundChannels

Stereo (2 channels).

Type:

1

SURROUND: MediaSoundChannels

Surround sound (7.1 channels; for UI).

Type:

2