Struct HOATypeMetadata¶
Defined in File metadata.hpp
Struct Documentation¶
-
struct ear::HOATypeMetadata¶
Representation of all audioChannelFormats in a HOA audioPackFormat.
orders and degrees must be the same length and must be in the same order as the channels being rendered, such that the
ith input channel has orderorders[i]and degreedegrees[i].normalization,nfcRefDistandscreenRefmay be defined in anaudioBlockFormatand/oraudioPackFormat; see the rules in [bs2127] section 5.2.7.3 for details.Public Members
-
std::vector<int> orders¶
value of the
orderelement in theaudioBlockFormatelement of each channel
-
std::vector<int> degrees¶
value of the
degreeelement in theaudioBlockFormatelement of each channel
-
std::string normalization = std::string("SN3D")¶
-
double nfcRefDist = 0.0¶
-
bool screenRef = false¶
-
Screen referenceScreen = getDefaultScreen()¶
screen specification from the
audioProgrammeReferenceScreenelement of theaudioProgrammebeing rendered
-
std::vector<int> orders¶