Tag Parser  7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Media::OggIterator Class Reference

The OggIterator class helps iterating through all segments of an OGG bitstream. More...

Detailed Description

The OggIterator class helps iterating through all segments of an OGG bitstream.

If an OggIterator has just been constructed it is invalid. To fetch the first page from the stream call the reset() method. The iterator will now point to the first segment of the first page.

To go on call the appropriate methods. Parsing exceptions and IO exceptions might occur during iteration.

The internal buffer of OGG pages might be accessed using the pages() method.


The documentation for this class was generated from the following file: