13 LOG(VB_GENERAL, LOG_INFO, QString(
"Version incorrect %1")
21 LOG(VB_GENERAL, LOG_INFO, QString(
"off %1 > sz %2")
22 .arg(off).arg(
m_data.size()));
28 off += 4 * (1 + ext_size);
32 LOG(VB_GENERAL, LOG_INFO, QString(
"off + ext %1 > sz %2")
33 .arg(off).arg(
m_data.size()));
uint GetCSRCCount(void) const
bool IsValid(void) const override
IsValid() must return true before any data access methods are called, other than GetDataReference() a...
bool HasExtension(void) const
uint GetVersion(void) const
#define LOG(_MASK_, _LEVEL_, _QSTRING_)