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 | Macros
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 "../mediafileinfo.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::Mp4Timings
 The Mp4Timings struct holds timing values found in multiple MP4 atoms. More...
 
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

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

Macros

#define CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS
 

Macro Definition Documentation

◆ CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS

#define CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS

Definition at line 1 of file mp4track.cpp.