#include <FileComments.h>
Inherits IOggCallback.
Inheritance diagram for FileComments:
Public Member Functions | |
FileComments (void) | |
~FileComments (void) | |
bool | loadFile (string inFileName) |
string | fileName () |
bool | writeOutAll (string inFileName) |
bool | writeOutStream (unsigned long inIndex) |
bool | addStreamComment (StreamCommentInfo *inStreamComment) |
StreamCommentInfo * | getStreamComment (unsigned long inIndex) |
unsigned long | streamCount () |
virtual bool | acceptOggPage (OggPage *inOggPage) |
Protected Attributes | |
vector< StreamCommentInfo * > | mStreams |
string | mFileName |
unsigned long | mMinorStreamCount |
__int64 | mBytePos |
|
|
|
|
|
Implements IOggCallback. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|