Tag Parser
8.0.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 <c++utilities/conversion/types.h>
5
6
namespace
TagParser
{
7
11
namespace
VorbisPackageTypes {
12
enum
KnownType
: byte {
Identification
= 0x1,
Comments
= 0x3,
Setup
= 0x5 };
13
}
14
15
}
// namespace TagParser
16
17
#endif // TAG_PARSER_VORBISPACKAGETYPES_H
TagParser::VorbisPackageTypes::Comments
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::KnownType
KnownType
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::Setup
Definition:
vorbispackagetypes.h:12
TagParser::VorbisPackageTypes::Identification
Definition:
vorbispackagetypes.h:12
TagParser
Contains all classes and functions of the TagInfo library.
Definition:
aaccodebook.h:9
Generated on Sat Nov 3 2018 22:13:20 for Tag Parser by
1.8.14