Tag Parser
8.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Encapsulates Vorbis comment IDs. More...
Functions | |
constexpr TAG_PARSER_EXPORT const char * | trackNumber () |
constexpr TAG_PARSER_EXPORT const char * | diskNumber () |
constexpr TAG_PARSER_EXPORT const char * | part () |
constexpr TAG_PARSER_EXPORT const char * | partNumber () |
constexpr TAG_PARSER_EXPORT const char * | title () |
constexpr TAG_PARSER_EXPORT const char * | version () |
constexpr TAG_PARSER_EXPORT const char * | artist () |
constexpr TAG_PARSER_EXPORT const char * | album () |
constexpr TAG_PARSER_EXPORT const char * | label () |
constexpr TAG_PARSER_EXPORT const char * | labelNo () |
constexpr TAG_PARSER_EXPORT const char * | language () |
constexpr TAG_PARSER_EXPORT const char * | performer () |
constexpr TAG_PARSER_EXPORT const char * | composer () |
constexpr TAG_PARSER_EXPORT const char * | ensemble () |
constexpr TAG_PARSER_EXPORT const char * | arranger () |
constexpr TAG_PARSER_EXPORT const char * | lyricist () |
constexpr TAG_PARSER_EXPORT const char * | author () |
constexpr TAG_PARSER_EXPORT const char * | conductor () |
constexpr TAG_PARSER_EXPORT const char * | encoder () |
constexpr TAG_PARSER_EXPORT const char * | publisher () |
constexpr TAG_PARSER_EXPORT const char * | genre () |
constexpr TAG_PARSER_EXPORT const char * | originalMediaType () |
constexpr TAG_PARSER_EXPORT const char * | contentType () |
constexpr TAG_PARSER_EXPORT const char * | subject () |
constexpr TAG_PARSER_EXPORT const char * | description () |
constexpr TAG_PARSER_EXPORT const char * | isrc () |
constexpr TAG_PARSER_EXPORT const char * | eanupn () |
constexpr TAG_PARSER_EXPORT const char * | comment () |
constexpr TAG_PARSER_EXPORT const char * | encoderSettings () |
constexpr TAG_PARSER_EXPORT const char * | date () |
constexpr TAG_PARSER_EXPORT const char * | location () |
constexpr TAG_PARSER_EXPORT const char * | license () |
constexpr TAG_PARSER_EXPORT const char * | copyright () |
constexpr TAG_PARSER_EXPORT const char * | opus () |
constexpr TAG_PARSER_EXPORT const char * | sourceMedia () |
constexpr TAG_PARSER_EXPORT const char * | cover () |
Encapsulates Vorbis comment IDs.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::album | ( | ) |
Definition at line 41 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::arranger | ( | ) |
Definition at line 69 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::artist | ( | ) |
Definition at line 37 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::author | ( | ) |
Definition at line 77 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::comment | ( | ) |
Definition at line 121 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::composer | ( | ) |
Definition at line 61 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::conductor | ( | ) |
Definition at line 81 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::contentType | ( | ) |
Definition at line 101 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::copyright | ( | ) |
Definition at line 141 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::cover | ( | ) |
Definition at line 153 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::date | ( | ) |
Definition at line 129 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::description | ( | ) |
Definition at line 109 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::diskNumber | ( | ) |
Definition at line 17 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::eanupn | ( | ) |
Definition at line 117 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::encoder | ( | ) |
Definition at line 85 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::encoderSettings | ( | ) |
Definition at line 125 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::ensemble | ( | ) |
Definition at line 65 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::genre | ( | ) |
Definition at line 93 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::isrc | ( | ) |
Definition at line 113 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::label | ( | ) |
Definition at line 45 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::labelNo | ( | ) |
Definition at line 49 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::language | ( | ) |
Definition at line 53 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::license | ( | ) |
Definition at line 137 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::location | ( | ) |
Definition at line 133 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::lyricist | ( | ) |
Definition at line 73 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::opus | ( | ) |
Definition at line 145 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::originalMediaType | ( | ) |
Definition at line 97 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::part | ( | ) |
Definition at line 21 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::partNumber | ( | ) |
Definition at line 25 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::performer | ( | ) |
Definition at line 57 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::publisher | ( | ) |
Definition at line 89 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::sourceMedia | ( | ) |
Definition at line 149 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::subject | ( | ) |
Definition at line 105 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::title | ( | ) |
Definition at line 29 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::trackNumber | ( | ) |
Definition at line 13 of file vorbiscommentids.h.
constexpr TAG_PARSER_EXPORT const char* TagParser::VorbisCommentIds::version | ( | ) |
Definition at line 33 of file vorbiscommentids.h.