mmserv/metadatautility/Src/MetaDataParserID3v22.cpp
branchRCL_3
changeset 30 ab526b8cacfb
parent 11 03a293c97d5c
child 43 9894ed580e4a
equal deleted inserted replaced
24:bea5e7625e42 30:ab526b8cacfb
   124 #ifdef _DEBUG
   124 #ifdef _DEBUG
   125 	RDebug::Print(_L("CMetaDataParserID3v22::PrepareToParseL"));
   125 	RDebug::Print(_L("CMetaDataParserID3v22::PrepareToParseL"));
   126 #endif
   126 #endif
   127 	// Most of validation was already done by builder.
   127 	// Most of validation was already done by builder.
   128 	TBuf8<KID3v2HeaderLength> header;
   128 	TBuf8<KID3v2HeaderLength> header;
   129 	iSource->ReadL( 0, header );
   129 	iSource->ReadL( iID32Offset, header );
   130     // ID3v2.2 header consists of following parts:
   130     // ID3v2.2 header consists of following parts:
   131 	// File identifier	"ID3"
   131 	// File identifier	"ID3"
   132 	// Version			$02 00
   132 	// Version			$02 00
   133 	// Flags			%xx000000
   133 	// Flags			%xx000000
   134 	// Size				4 * %0xxxxxxx
   134 	// Size				4 * %0xxxxxxx