Abstract class which iterates over Ogg packets in a Reader.
More...
#include <OggVisitor.hxx>
Abstract class which iterates over Ogg packets in a Reader.
Subclass it and implement the virtual methods.
Definition at line 37 of file OggVisitor.hxx.
◆ OggVisitor()
OggVisitor::OggVisitor |
( |
Reader & |
reader | ) |
|
|
inlineexplicit |
◆ GetSerialNo()
long OggVisitor::GetSerialNo |
( |
| ) |
const |
|
inline |
◆ OnOggBeginning()
virtual void OggVisitor::OnOggBeginning |
( |
const ogg_packet & |
packet | ) |
|
|
protectedpure virtual |
◆ OnOggEnd()
virtual void OggVisitor::OnOggEnd |
( |
| ) |
|
|
protectedpure virtual |
◆ OnOggPacket()
virtual void OggVisitor::OnOggPacket |
( |
const ogg_packet & |
packet | ) |
|
|
protectedpure virtual |
◆ PostSeek()
void OggVisitor::PostSeek |
( |
| ) |
|
Call this method after seeking the Reader.
◆ Visit()
void OggVisitor::Visit |
( |
| ) |
|
The documentation for this class was generated from the following file: