UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VorbisChannelInfo Namespace Reference

Variables

const int32 Order [8][8]
 

Detailed Description

Channel order expected for a multi-channel ogg vorbis file. Ordering taken from http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9

Variable Documentation

◆ Order

VORBISAUDIODECODER_API const int32 VorbisChannelInfo::Order
Initial value:
= {
{ 0 },
{ 0, 1 },
{ 0, 2, 1 },
{ 0, 1, 2, 3 },
{ 0, 2, 1, 3, 4 },
{ 0, 2, 1, 4, 5, 3 },
{ 0, 2, 1, 4, 5, 6, 3 },
{ 0, 2, 1, 4, 5, 6, 7, 3 }
}