Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Classes | Namespaces
mp4track.h File Reference
#include "../abstracttrack.h"
#include <memory>
#include <vector>
Include dependency graph for mp4track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TagParser::Mpeg4AudioSpecificConfig
 The Mpeg4AudioSpecificConfig class holds MPEG-4 audio specific config parsed using Mp4Track::parseAudioSpecificConfig(). More...
 
class  TagParser::Mpeg4VideoSpecificConfig
 The Mpeg4VideoSpecificConfig class holds MPEG-4 video specific config parsed using Mp4Track::parseVideoSpecificConfig(). More...
 
class  TagParser::Mpeg4ElementaryStreamInfo
 The Mpeg4ElementaryStreamInfo class holds MPEG-4 elementary stream info parsed using Mp4Track::parseMpeg4ElementaryStreamInfo(). More...
 
class  TagParser::Mp4Track
 Implementation of TagParser::AbstractTrack for the MP4 container. More...
 

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.