OggStreamValidationState.cpp

Go to the documentation of this file.
00001 #include "stdafx.h"
00002 #include "OggStreamValidationState.h"
00003 
00004 OggStreamValidationState::OggStreamValidationState(void)
00005         :       mSerialNo(0)
00006         ,       mGranulePosUpto(0)
00007         ,       mSequenceNoUpto(0)
00008         ,       mSeenBOS(false)
00009         ,       mSeenEOS(false)
00010         ,       mSeenAnything(false)
00011         ,       mErrorCount(0)
00012         ,       mWarningCount(0)
00013         ,       mState(VS_SEEN_NOTHING)
00014 {
00015 }
00016 
00017 OggStreamValidationState::~OggStreamValidationState(void)
00018 {
00019 }

Generated on Tue Feb 15 14:54:23 2005 for oggdsf by  doxygen 1.3.9