|
TagLib 1.11.1 (vorbisfile.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_VORBISFILE_H
27 #define TAGLIB_VORBISFILE_H
83 File(IOStream *stream,
bool readProperties =
true,
96 virtual Ogg::XiphComment *tag()
const;
103 PropertyMap properties()
const;
109 PropertyMap setProperties(
const PropertyMap &);
115 virtual Properties *audioProperties()
const;
131 void read(
bool readProperties);
147 namespace Ogg {
namespace Vorbis {
typedef TagLib::Vorbis::File
File; } }
ReadStyle
Definition: audioproperties.h:95
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:120
An implementation of Ogg::File with Vorbis specific methods.
Definition: vorbisfile.h:125
const typedef char * FileName
Definition: tiostream.h:78
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A file class with some useful methods for tag manipulation.
Definition: tfile.h:71