26#ifndef TAGLIB_OGGFILE_H
27#define TAGLIB_OGGFILE_H
113 bool readPages(
unsigned int i);
118 void writePacket(
unsigned int i,
const ByteVector &packet);
122 std::unique_ptr<FilePrivate> d;
A byte vector.
Definition: tbytevector.h:46
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:65
An implementation of TagLib::File with some helpers for Ogg based formats.
Definition: oggfile.h:51
const PageHeader * lastPageHeader()
File & operator=(const File &)=delete
File(const File &)=delete
ByteVector packet(unsigned int i)
const PageHeader * firstPageHeader()
void setPacket(unsigned int i, const ByteVector &p)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55