Tag Parser  6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Types | List of all members
Media::TagFieldTraits< VorbisCommentField > Class Template Reference

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...
 

Detailed Description

template<>
class Media::TagFieldTraits< VorbisCommentField >

Defines traits for the TagField implementation of the VorbisCommentField class.

Definition at line 41 of file vorbiscommentfield.h.

Member Typedef Documentation

◆ identifierType

Fields in a Vorbis comment are identified by 32-bit unsigned integers.

Definition at line 47 of file vorbiscommentfield.h.

◆ implementationType

The implementation type is VorbisCommentField.

Definition at line 55 of file vorbiscommentfield.h.

◆ typeInfoType

The type info is stored using 32-bit unsigned integers.

Definition at line 51 of file vorbiscommentfield.h.


The documentation for this class was generated from the following file: