26#ifndef TAGLIB_RIFFUTILS_H
27#define TAGLIB_RIFFUTILS_H
31#ifndef DO_NOT_DOCUMENT
40 inline bool isValidChunkName(
const ByteVector &name)
45 for(ByteVector::ConstIterator it = name.begin(); it != name.end(); ++it) {
46 const int c =
static_cast<unsigned char>(*it);
An implementation of TagLib::File with RIFF specific methods.
Definition aifffile.h:35
A namespace for all TagLib related classes and functions.
Definition apefile.h:41