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

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

#include <matroskatagfield.h>

Public Types

using IdentifierType = std::string
 
using TypeInfoType = std::string
 

Static Public Member Functions

static bool supportsNestedFields ()
 The MatroskaTagField supports nested fields.
 

Detailed Description

Defines traits for the TagField implementation of the MatroskaTagField class.

Definition at line 15 of file matroskatagfield.h.

Member Typedef Documentation

◆ IdentifierType

using TagParser::TagFieldTraits< MatroskaTagField >::IdentifierType = std::string

Definition at line 17 of file matroskatagfield.h.

◆ TypeInfoType

using TagParser::TagFieldTraits< MatroskaTagField >::TypeInfoType = std::string

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: