Tag Parser
6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the TagField implementation of the MatroskaTagField class. More...
#include <matroskatagfield.h>
Public Types | |
typedef std::string | identifierType |
Fields in a Matroska tag are identified by strings. More... | |
typedef std::string | typeInfoType |
The type info is stored using strings. More... | |
typedef MatroskaTagField | implementationType |
The implementation type is EbmlElement. More... | |
Static Public Member Functions | |
static bool | supportsNestedFields () |
The MatroskaTagField supports nested fields. More... | |
Defines traits for the TagField implementation of the MatroskaTagField class.
Definition at line 16 of file matroskatagfield.h.
typedef std::string Media::TagFieldTraits< MatroskaTagField >::identifierType |
Fields in a Matroska tag are identified by strings.
Definition at line 22 of file matroskatagfield.h.
The implementation type is EbmlElement.
Definition at line 32 of file matroskatagfield.h.
typedef std::string Media::TagFieldTraits< MatroskaTagField >::typeInfoType |
The type info is stored using strings.
Definition at line 27 of file matroskatagfield.h.
|
inlinestatic |
The MatroskaTagField supports nested fields.
Definition at line 40 of file matroskatagfield.h.