Tag Parser
9.1.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
vorbis
vorbispackagetypes.h
Go to the documentation of this file.
1
#ifndef TAG_PARSER_VORBISPACKAGETYPES_H
2
#define TAG_PARSER_VORBISPACKAGETYPES_H
3
4
#include <cstdint>
5
6
namespace
TagParser
{
7
11
namespace
VorbisPackageTypes {
12
enum
KnownType
: std::uint8_t {
Identification
= 0x1,
Comments
= 0x3,
Setup
= 0x5 };
13
}
14
15
}
// namespace TagParser
16
17
#endif // TAG_PARSER_VORBISPACKAGETYPES_H
TagParser
Contains all classes and functions of the TagInfo library.
Definition:
aaccodebook.h:10
TagParser::VorbisPackageTypes::Setup
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::KnownType
KnownType
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::Identification
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::Comments
Definition:
vorbispackagetypes.h:12
Generated on Sat Oct 12 2019 19:23:25 for Tag Parser by
1.8.16