Add tagType and tagName to OggVorbisComment

This commit is contained in:
Martchus 2019-01-02 17:08:29 +01:00
parent 3c06590085
commit 59d2156165
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ class TAG_PARSER_EXPORT OggVorbisComment : public VorbisComment {
public:
OggVorbisComment();
static constexpr TagType tagType = TagType::OggVorbisComment;
static constexpr const char *tagName = "OGG Vorbis comment";
TagType type() const override;
const char *typeName() const override;
bool supportsTarget() const override;