#include "stdafx.h"#include <libOOOgg/libOOOgg.h>#include <libOOOgg/dllstuff.h>#include <iostream>#include <fstream>Include dependency graph for OOOggPageInfo.cpp:

Go to the source code of this file.
Classes | |
| struct | sOggStreamInfo |
Functions | |
| void | dumpStreamInfo (sOggStreamInfo *inInfo) |
| int | main (int argc, char *argv[]) |
| bool | pageCB (OggPage *inOggPage, void *inUserData) |
Variables | |
| unsigned long | bytePos |
| vector< sOggStreamInfo * > | streamInfos |
|
|
Definition at line 55 of file OOOggPageInfo.cpp. References sOggStreamInfo::mMaxPageSize, sOggStreamInfo::mMinPageSize, sOggStreamInfo::mNumPages, sOggStreamInfo::mSerialNo, and sOggStreamInfo::mTotalStreamSize. Referenced by main(). |
|
||||||||||||
|
Definition at line 196 of file OOOggPageInfo.cpp. References bytePos, dumpStreamInfo(), OggDataBuffer::feed(), pageCB(), OggDataBuffer::registerStaticCallback(), and streamInfos. |
Here is the call graph for this function:

|
||||||||||||
Here is the call graph for this function:

|
|
Definition at line 73 of file OOOggPageInfo.cpp. |
|
|
Definition at line 76 of file OOOggPageInfo.cpp. |
1.3.9