mmlibs/mmfw/Recogniser/src/parsers.h
changeset 58 b6dbf97aba93
parent 0 40261b775718
equal deleted inserted replaced
57:1cbb0d5bf7f2 58:b6dbf97aba93
   120 	// Data members.
   120 	// Data members.
   121 	TUint32 iTitle;			// The title of the current box.
   121 	TUint32 iTitle;			// The title of the current box.
   122 	TInt iBrandIndex;
   122 	TInt iBrandIndex;
   123 	TBool iIsFinished;
   123 	TBool iIsFinished;
   124 	TInt64 iSize; 			// The current box's size.
   124 	TInt64 iSize; 			// The current box's size.
       
   125 	TBool iSizeIn32bit;
   125 	CReader& iReader;
   126 	CReader& iReader;
   126 	TFlags& iFlags;
   127 	TFlags& iFlags;
   127 	TBool iVideoAssumed;
   128 	TBool iVideoAssumed;
   128 	};
   129 	};
   129 
   130