Miam-Player  0.8.0
A nice music player
mp4atom.h File Reference
#include "tfile.h"
#include "tlist.h"

Go to the source code of this file.

Classes

struct  TagLib::MP4::AtomData
 
class  TagLib::MP4::Atom
 
class  TagLib::MP4::Atoms
 Root-level atoms. More...
 

Namespaces

 TagLib
 A namespace for all TagLib related classes and functions.
 
 TagLib::MP4
 An implementation of MP4 (AAC, ALAC, ...) metadata.
 

Typedefs

typedef TagLib::List< Atom * > TagLib::MP4::AtomList
 
typedef TagLib::List< AtomData > TagLib::MP4::AtomDataList
 

Enumerations

enum  TagLib::MP4::AtomDataType {
  TagLib::MP4::TypeImplicit = 0, TagLib::MP4::TypeUTF8 = 1, TagLib::MP4::TypeUTF16 = 2, TagLib::MP4::TypeSJIS = 3,
  TagLib::MP4::TypeHTML = 6, TagLib::MP4::TypeXML = 7, TagLib::MP4::TypeUUID = 8, TagLib::MP4::TypeISRC = 9,
  TagLib::MP4::TypeMI3P = 10, TagLib::MP4::TypeGIF = 12, TagLib::MP4::TypeJPEG = 13, TagLib::MP4::TypePNG = 14,
  TagLib::MP4::TypeURL = 15, TagLib::MP4::TypeDuration = 16, TagLib::MP4::TypeDateTime = 17, TagLib::MP4::TypeGenred = 18,
  TagLib::MP4::TypeInteger = 21, TagLib::MP4::TypeRIAAPA = 24, TagLib::MP4::TypeUPC = 25, TagLib::MP4::TypeBMP = 27,
  TagLib::MP4::TypeUndefined = 255
}