|
TagLib 1.11.1 (oggfile.h Source File) |
|
|
Go to the documentation of this file.
30 #ifndef TAGLIB_OGGFILE_H
31 #define TAGLIB_OGGFILE_H
62 ByteVector packet(
unsigned int i);
67 void setPacket(
unsigned int i,
const ByteVector &p);
73 const PageHeader *firstPageHeader();
79 const PageHeader *lastPageHeader();
103 File(IOStream *stream);
113 bool readPages(
unsigned int i);
118 void writePacket(
unsigned int i,
const ByteVector &packet);
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
const typedef char * FileName
Definition: tiostream.h:74
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
A file class with some useful methods for tag manipulation.
Definition: tfile.h:67