Tag Parser  7.1.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::FileElementTraits< Mpeg4Descriptor > Class Template Reference

Defines traits for the GenericFileElement implementation Mpeg4Descriptor. More...

#include <mpeg4descriptor.h>

Public Types

typedef Mp4Container ContainerType
 
typedef byte IdentifierType
 
typedef uint32 DataSizeType
 

Static Public Member Functions

static constexpr byte minimumElementSize ()
 Returns the minimal descriptor size which is 2 byte. More...
 

Detailed Description

template<>
class TagParser::FileElementTraits< Mpeg4Descriptor >

Defines traits for the GenericFileElement implementation Mpeg4Descriptor.

Definition at line 16 of file mpeg4descriptor.h.

Member Typedef Documentation

◆ ContainerType

Definition at line 18 of file mpeg4descriptor.h.

◆ DataSizeType

Definition at line 20 of file mpeg4descriptor.h.

◆ IdentifierType

Definition at line 19 of file mpeg4descriptor.h.

Member Function Documentation

◆ minimumElementSize()

static constexpr byte TagParser::FileElementTraits< Mpeg4Descriptor >::minimumElementSize ( )
inlinestatic

Returns the minimal descriptor size which is 2 byte.

Definition at line 25 of file mpeg4descriptor.h.


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