|
TagLib 1.12 (mpegheader.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MPEGHEADER_H
27 #define TAGLIB_MPEGHEADER_H
64 Header(File *file,
long offset,
bool checkLength =
true);
69 Header(
const Header &h);
107 bool protectionEnabled()
const;
117 int sampleRate()
const;
122 bool isPadded()
const;
142 ChannelMode channelMode()
const;
147 bool isCopyrighted()
const;
152 bool isOriginal()
const;
157 int frameLength()
const;
162 int samplesPerFrame()
const;
170 void parse(
File *file,
long offset,
bool checkLength);
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:76
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Version
Definition: id3v2.h:17