Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#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>
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. | |