#include <OggFileWriter.h>
Inheritance diagram for OggFileWriter:


Public Member Functions | |
| virtual bool | acceptOggPage (OggPage *inOggPage) |
| virtual void | NotifyComplete () |
| Implement this to be notified when "something" completes. | |
| OggFileWriter (string inFilename) | |
| virtual | ~OggFileWriter (void) |
Private Attributes | |
| fstream | mFileOut |
|
|
Definition at line 4 of file OggFileWriter.cpp. References mFileOut. |
|
|
Definition at line 9 of file OggFileWriter.cpp. References mFileOut. |
|
|
All callers to acceptOggPage give away their pointer to this function. All methods implementing this interface are responsible for deleting this page. All callers should NULL their pointer immediately after calling to avoid reusing them. Implements IOggCallback. Definition at line 14 of file OggFileWriter.cpp. References OggPage::createRawPageData(), mFileOut, and OggPage::pageSize(). |
Here is the call graph for this function:

|
|
Implement this to be notified when "something" completes.
Implements INotifyComplete. Definition at line 21 of file OggFileWriter.cpp. References mFileOut. |
|
|
Definition at line 22 of file OggFileWriter.h. Referenced by acceptOggPage(), NotifyComplete(), OggFileWriter(), and ~OggFileWriter(). |
1.3.9