Tag Parser  9.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Functions
TagParser::MatroskaTagIds::TrackSpecific Namespace Reference

Encapsulates track-specific Matroska tag IDs written by mkvmerge 7.0.0 or newer. More...

Functions

constexpr TAG_PARSER_EXPORT const char * numberOfBytes ()
 
constexpr TAG_PARSER_EXPORT const char * numberOfFrames ()
 
constexpr TAG_PARSER_EXPORT const char * duration ()
 
constexpr TAG_PARSER_EXPORT const char * bitrate ()
 The track's bit rate in bits per second. More...
 
constexpr TAG_PARSER_EXPORT const char * writingApp ()
 
constexpr TAG_PARSER_EXPORT const char * writingDate ()
 
constexpr TAG_PARSER_EXPORT const char * statisticsTags ()
 

Detailed Description

Encapsulates track-specific Matroska tag IDs written by mkvmerge 7.0.0 or newer.

See also
https://github.com/mbunkus/mkvtoolnix/wiki/Automatic-tag-generation

Function Documentation

◆ bitrate()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::bitrate ( )
constexpr

The track's bit rate in bits per second.

Definition at line 456 of file matroskatagid.h.

◆ duration()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::duration ( )
constexpr

Definition at line 451 of file matroskatagid.h.

◆ numberOfBytes()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::numberOfBytes ( )
constexpr

Definition at line 443 of file matroskatagid.h.

◆ numberOfFrames()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::numberOfFrames ( )
constexpr

Definition at line 447 of file matroskatagid.h.

◆ statisticsTags()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::statisticsTags ( )
constexpr

Definition at line 468 of file matroskatagid.h.

◆ writingApp()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::writingApp ( )
constexpr

Definition at line 460 of file matroskatagid.h.

◆ writingDate()

constexpr TAG_PARSER_EXPORT const char* TagParser::MatroskaTagIds::TrackSpecific::writingDate ( )
constexpr

Definition at line 464 of file matroskatagid.h.