|
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
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 PageHeader * lastPageHeader()
const char * FileName
Definition: tiostream.h:57
ByteVector packet(unsigned int i)
A byte vector.
Definition: tbytevector.h:46
const PageHeader * firstPageHeader()
void setPacket(unsigned int i, const ByteVector &p)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of TagLib::File with some helpers for Ogg based formats.
Definition: oggfile.h:51
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63