mmserv/metadatautility/Src/MetaDataParserWMA.h
branchRCL_3
changeset 18 a36789189b53
parent 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
17:60e492b28869 18:a36789189b53
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This class implements an ID3v1 and v1.1 parser as specified in
    14 * Description:  This class implements a wma parser 
    15 *                www.id3.org.
       
    16 *
    15 *
    17 */
    16 */
    18 
    17 
    19 
    18 
    20 
    19 
   117 		/**
   116 		/**
   118         * Append duration to the container, if found.
   117         * Append duration to the container, if found.
   119         * @return void
   118         * @return void
   120 		*/
   119 		*/
   121 		void GetDurationL();
   120 		void GetDurationL();
       
   121 		
       
   122 		/**
       
   123         * Append sample rate to the container, if found.
       
   124         * @return void
       
   125 		*/
       
   126 		void GetSampleRateL();
       
   127 		
       
   128 		/**
       
   129         * Append bit rate to the container, if found.
       
   130         * @return void
       
   131 		*/
       
   132 		void GetBitRateL();
   122 
   133 
   123 		/**
   134 		/**
   124         * Parses all entries in Content Description Object
   135         * Parses all entries in Content Description Object
   125         * @return void
   136         * @return void
   126 		*/
   137 		*/
   238 		TBool iFilePropertiesObjectExists;
   249 		TBool iFilePropertiesObjectExists;
   239 		TBool iExtendedContentDescriptionObjectExists;
   250 		TBool iExtendedContentDescriptionObjectExists;
   240 		TBool iHeaderExtensionObjectExists;
   251 		TBool iHeaderExtensionObjectExists;
   241 		TBool iMetadataLibraryObjectExists;
   252 		TBool iMetadataLibraryObjectExists;
   242 		TBool iMetadatLibraryObjectJpegExists;
   253 		TBool iMetadatLibraryObjectJpegExists;
       
   254 		TBool iStreamPropertiesObjectExists;
       
   255 		
       
   256 		TInt iStreamPropertiesOffset;
   243     };
   257     };
   244 
   258 
   245 #endif      // CMetaDataParserWMA_H
   259 #endif      // CMetaDataParserWMA_H
   246 
   260 
   247 // End of File
   261 // End of File