Tag Parser
6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the TagField implementation of the VorbisCommentField class. More...
#include <vorbiscommentfield.h>
Public Types | |
typedef std::string | identifierType |
Fields in a Vorbis comment are identified by 32-bit unsigned integers. More... | |
typedef uint32 | typeInfoType |
The type info is stored using 32-bit unsigned integers. More... | |
typedef VorbisCommentField | implementationType |
The implementation type is VorbisCommentField. More... | |
Defines traits for the TagField implementation of the VorbisCommentField class.
Definition at line 41 of file vorbiscommentfield.h.
typedef std::string Media::TagFieldTraits< VorbisCommentField >::identifierType |
Fields in a Vorbis comment are identified by 32-bit unsigned integers.
Definition at line 47 of file vorbiscommentfield.h.
The implementation type is VorbisCommentField.
Definition at line 55 of file vorbiscommentfield.h.
typedef uint32 Media::TagFieldTraits< VorbisCommentField >::typeInfoType |
The type info is stored using 32-bit unsigned integers.
Definition at line 51 of file vorbiscommentfield.h.