Enum EMediaSoundChannels Path C++ Link /Script/MediaAssets.EMediaSoundChannels underlying int32 /Script/MediaAssets Values 4 NameValueHex Mono00x00Stereo10x01Surround20x02EMediaSoundChannels_MAX30x03 Used by 1types with a member, parameter or interface of this type UMediaSoundComponent // /Script/MediaAssets.EMediaSoundChannels enum class EMediaSoundChannels : int32 { Mono = 0, Stereo = 1, Surround = 2, EMediaSoundChannels_MAX = 3, };