Miam-Player  0.8.0
A nice music player
TagLib::MP4::Atom Class Reference

#include <mp4atom.h>

Public Member Functions

 Atom (File *file)
 
 ~Atom ()
 
Atomfind (const char *name1, const char *name2=0, const char *name3=0, const char *name4=0)
 
bool path (AtomList &path, const char *name1, const char *name2=0, const char *name3=0)
 
AtomList findall (const char *name, bool recursive=false)
 

Public Attributes

long offset
 
long length
 
TagLib::ByteVector name
 
AtomList children
 

Constructor & Destructor Documentation

◆ Atom()

TagLib::MP4::Atom::Atom ( File file)

◆ ~Atom()

TagLib::MP4::Atom::~Atom ( )

Member Function Documentation

◆ find()

Atom* TagLib::MP4::Atom::find ( const char *  name1,
const char *  name2 = 0,
const char *  name3 = 0,
const char *  name4 = 0 
)

◆ findall()

AtomList TagLib::MP4::Atom::findall ( const char *  name,
bool  recursive = false 
)

◆ path()

bool TagLib::MP4::Atom::path ( AtomList path,
const char *  name1,
const char *  name2 = 0,
const char *  name3 = 0 
)

Member Data Documentation

◆ children

AtomList TagLib::MP4::Atom::children

◆ length

long TagLib::MP4::Atom::length

◆ name

TagLib::ByteVector TagLib::MP4::Atom::name

◆ offset

long TagLib::MP4::Atom::offset

The documentation for this class was generated from the following file: