#include "./mp4track.h"
#include "./mp4atom.h"
#include "./mp4container.h"
#include "./mp4ids.h"
#include "./mpeg4descriptor.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 <c++utilities/io/catchiofailure.h>
#include <cmath>
#include <locale>
Go to the source code of this file.
|
| TagParser |
| Contains all classes and functions of the TagInfo library.
|
|
|
const DateTime | TagParser::startDate = DateTime::fromDate(1904, 1, 1) |
| Dates within MP4 tracks are expressed as the number of seconds since this date. More...
|
|