mmserv/metadatautility/Src/MetaDataParserWMA.h
branchRCL_3
changeset 41 a36789189b53
parent 0 71ca22bcf22a
child 43 9894ed580e4a
--- a/mmserv/metadatautility/Src/MetaDataParserWMA.h	Thu Jul 15 19:13:36 2010 +0300
+++ b/mmserv/metadatautility/Src/MetaDataParserWMA.h	Thu Aug 19 10:26:11 2010 +0300
@@ -11,8 +11,7 @@
 *
 * Contributors:
 *
-* Description:  This class implements an ID3v1 and v1.1 parser as specified in
-*                www.id3.org.
+* Description:  This class implements a wma parser 
 *
 */
 
@@ -119,6 +118,18 @@
         * @return void
 		*/
 		void GetDurationL();
+		
+		/**
+        * Append sample rate to the container, if found.
+        * @return void
+		*/
+		void GetSampleRateL();
+		
+		/**
+        * Append bit rate to the container, if found.
+        * @return void
+		*/
+		void GetBitRateL();
 
 		/**
         * Parses all entries in Content Description Object
@@ -240,6 +251,9 @@
 		TBool iHeaderExtensionObjectExists;
 		TBool iMetadataLibraryObjectExists;
 		TBool iMetadatLibraryObjectJpegExists;
+		TBool iStreamPropertiesObjectExists;
+		
+		TInt iStreamPropertiesOffset;
     };
 
 #endif      // CMetaDataParserWMA_H