#include <AutoAnxSeekTable.h>
Inherits AutoOggSeekTable.
Inheritance diagram for AutoAnxSeekTable:
Public Member Functions | |
AutoAnxSeekTable (string inFileName) | |
virtual | ~AutoAnxSeekTable (void) |
virtual bool | acceptOggPage (OggPage *inOggPage) |
virtual bool | buildTable () |
__int64 | fileDuration () |
bool | addSeekPoint (__int64 inTime, unsigned long mStartPos) |
unsigned long | getStartPos (__int64 inTime) |
__int64 | getRealStartPos () |
bool | enabled () |
Static Public Attributes | |
const __int64 | DS_UNITS = 10000000 |
const | LINT_MAX = 4294967295 |
Protected Types | |
typedef map< __int64, unsigned long > | tSeekMap |
Protected Attributes | |
unsigned long | mAnxPackets |
bool | mSeenAnything |
unsigned long | mAnnodexSerialNo |
bool | mReadyForOgg |
bool | mSkippedCMML |
unsigned long | mFilePos |
unsigned long | mPacketCount |
unsigned long | mSampleRate |
unsigned long | mNumHeaders |
unsigned long | mSerialNoToTrack |
unsigned long | mGranulePosShift |
bool | mLastIsSeekable |
bool | isTheora |
bool | isFLAC |
bool | isOggFLAC_1_0 |
bool | mFoundStreamInfo |
__int64 | mLastSeekTime |
__int64 | mFileDuration |
fstream | mFile |
string | mFileName |
OggDataBuffer * | mOggDemux |
tSeekMap | mSeekMap |
tSeekMap::value_type | mSeekValue |
__int64 | mRealStartPos |
bool | mEnabled |
|
|
|
|
|
|
|
Reimplemented from AutoOggSeekTable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|