Tag Parser  9.3.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Classes | Namespaces | Variables
mp4track.cpp File Reference
#include "./mp4track.h"
#include "./mp4atom.h"
#include "./mp4container.h"
#include "./mp4ids.h"
#include "./mpeg4descriptor.h"
#include "../av1/av1configuration.h"
#include "../avc/avcconfiguration.h"
#include "../mpegaudio/mpegaudioframe.h"
#include "../mpegaudio/mpegaudioframestream.h"
#include "../exceptions.h"
#include "../mediaformat.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <c++utilities/io/binaryreader.h>
#include <c++utilities/io/binarywriter.h>
#include <c++utilities/io/bitreader.h>
#include <cmath>
#include <locale>
Include dependency graph for mp4track.cpp:

Go to the source code of this file.

Classes

struct  TagParser::TrackHeaderInfo
 The TrackHeaderInfo struct holds information about the present track header (tkhd atom) and information for making a new track header based on it. More...
 

Namespaces

 TagParser
 Contains all classes and functions of the TagInfo library.
 

Variables

const DateTime TagParser::startDate = DateTime::fromDate(1904, 1, 1)
 Dates within MP4 tracks are expressed as the number of seconds since this date. More...