Tag Parser
6.3.0
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 VORBISPACKAGETYPES_H
2
#define VORBISPACKAGETYPES_H
3
4
#include <c++utilities/conversion/types.h>
5
6
namespace
Media
{
7
11
namespace
VorbisPackageTypes {
12
enum
KnownType
: byte {
13
Identification
= 0x1,
14
Comments
= 0x3,
15
Setup
= 0x5
16
};
17
}
18
19
}
20
21
#endif // VORBISPACKAGETYPES_H
Media::VorbisPackageTypes::Identification
Definition:
vorbispackagetypes.h:13
Media::VorbisPackageTypes::Comments
Definition:
vorbispackagetypes.h:14
Media::VorbisPackageTypes::Setup
Definition:
vorbispackagetypes.h:15
Media
Contains all classes and functions of the TagInfo library.
Definition:
exceptions.h:9
Media::VorbisPackageTypes::KnownType
KnownType
Definition:
vorbispackagetypes.h:12
Generated on Wed May 31 2017 10:18:00 for Tag Parser by
1.8.13