#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.
Functions | |
bool | pageCB (OggPage *inOggPage, void *inUserData) |
int | main (int argc, char *argv[]) |
Variables | |
unsigned long | bytePos |
vector< unsigned long > | streamSerials |
vector< unsigned long * > | maxPacks |
|
Definition at line 123 of file OOOggPageInfo.cpp. References bytePos, OggDataBuffer::feed(), maxPacks, pageCB(), and OggDataBuffer::registerStaticCallback(). |
Here is the call graph for this function:
|
Definition at line 46 of file OOOggPageInfo.cpp. References OggPage::getPacket(), OggPageHeader::GranulePos(), OggPage::header(), OggPacket::isContinuation(), OggPacket::isTruncated(), maxPacks, OggPage::numPackets(), OggPageHeader::StreamSerialNo(), and streamSerials. |
Here is the call graph for this function:
|
Definition at line 42 of file OOOggPageInfo.cpp. |
|
Definition at line 44 of file OOOggPageInfo.cpp. |
|
Definition at line 43 of file OOOggPageInfo.cpp. Referenced by pageCB(). |