Tag Parser  7.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Types | Static Public Member Functions | List of all members
TagParser::TagFieldTraits< MatroskaTagField > Class Template Reference

Defines traits for the TagField implementation of the MatroskaTagField class. More...

#include <matroskatagfield.h>

Public Types

typedef std::string IdentifierType
 
typedef std::string TypeInfoType
 

Static Public Member Functions

static bool supportsNestedFields ()
 The MatroskaTagField supports nested fields. More...
 

Detailed Description

template<>
class TagParser::TagFieldTraits< MatroskaTagField >

Defines traits for the TagField implementation of the MatroskaTagField class.

Definition at line 15 of file matroskatagfield.h.

Member Typedef Documentation

◆ IdentifierType

Definition at line 17 of file matroskatagfield.h.

◆ TypeInfoType

Definition at line 18 of file matroskatagfield.h.

Member Function Documentation

◆ supportsNestedFields()

bool TagParser::TagFieldTraits< MatroskaTagField >::supportsNestedFields ( )
inlinestatic

The MatroskaTagField supports nested fields.

Definition at line 25 of file matroskatagfield.h.


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