|
TagLib 1.12 (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();
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:78
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of TagLib::File with some helpers for Ogg based formats.
Definition: oggfile.h:92
A file class with some useful methods for tag manipulation.
Definition: tfile.h:71
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:83