Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./aacframe.h"
#include "./aaccodebook.h"
#include "../adts/adtsframe.h"
#include "../mp4/mp4ids.h"
#include "../exceptions.h"
#include <c++utilities/io/bitreader.h>
#include <istream>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |
Definition in file aacframe.cpp.