Struct Warning

Struct Documentation

struct ear::Warning

A warning message, containing a code and a corresponding message.

The code does not need to be shown when displaying warnings; the message should contain all the information required, the code is just to allow implementations to take action on warnings without matching against the messages.

Public Types

enum Code

Values:

enumerator FREQ_SPEAKERLABEL_LFE_MISMATCH

LFE indication from frequency element does not match speakerLabel.

enumerator FREQ_NOT_LFE

frequency indication present but does not indicate an LFE channel

enumerator FREQ_IGNORED

frequency information is not implemented; ignoring

enumerator HOA_SCREENREF_NOT_IMPLEMENTED

screenRef for HOA is not implemented; ignoring

enumerator HOA_NFCREFDIST_NOT_IMPLEMENTED

nfcRefDist is not implemented; ignoring

Public Members

Code code
std::string message