Tag Parser
6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./notification.h"
#include "./exceptions.h"
#include "./statusprovider.h"
#include <c++utilities/conversion/types.h>
#include <c++utilities/io/copy.h>
#include <list>
#include <initializer_list>
#include <memory>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | Media::GenericFileElement< ImplementationType > |
The GenericFileElement class helps to parse binary files which consist of an arboreal element strucutre. More... | |
class | Media::FileElementIterator< ImplementationType > |
The FileElementIterator class helps iterating through the children of a FileElement. More... | |
class | Media::FileElementTraits< ImplementationType > |
Defines traits for the specified ImplementationType. More... | |
class | Media::GenericFileElement< ImplementationType > |
The GenericFileElement class helps to parse binary files which consist of an arboreal element strucutre. More... | |
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Media | |
Contains all classes and functions of the TagInfo library. | |