voicerecorder/UtilsInc/VRUtils.h
branchRCL_3
changeset 13 4e5b531d23cb
parent 0 845549f293a7
child 14 f962425b9f8b
equal deleted inserted replaced
11:a2fdc35b8f46 13:4e5b531d23cb
   187 		* This method returns the audio mode that is used when recording AAC-LC clips
   187 		* This method returns the audio mode that is used when recording AAC-LC clips
   188 		* @return audio mode
   188 		* @return audio mode
   189 		*/		
   189 		*/		
   190        	IMPORT_C static TInt AACAudioModeL();
   190        	IMPORT_C static TInt AACAudioModeL();
   191 
   191 
       
   192 		/**
       
   193 		* This method checks the drive is valid or not
       
   194 		* @param aDrive is the drive id
       
   195 		* @param aNoteId store the note id
       
   196 	    * @return The default memo store
       
   197 		*/
       
   198        	IMPORT_C static TBool DriveValid( const TInt aDrive );
       
   199        	
   192 #ifdef RD_MULTIPLE_DRIVE    	
   200 #ifdef RD_MULTIPLE_DRIVE    	
   193        	/**
   201        	/**
   194         * This method sets the default memo store setting (to support multipledrives)
   202         * This method sets the default memo store setting (to support multipledrives)
   195 		*
   203 		*
   196         * @param aMemory Memory to set as default store
   204         * @param aMemory Memory to set as default store
   206 	
   214 	
   207 		/**
   215 		/**
   208 		* This method returns the current status of Drive (inserted/locked/etc...)
   216 		* This method returns the current status of Drive (inserted/locked/etc...)
   209 		* @param aDriveInfo MMC status
   217 		* @param aDriveInfo MMC status
   210 		*/
   218 		*/
   211 		IMPORT_C static void GetDriveInfo( TInt aDrive, TUint& aDriveInfo );
   219 		IMPORT_C static TInt GetDriveInfo( TInt aDrive, TUint& aDriveInfo );
   212 
   220 
   213         /**
   221         /**
   214         * This method returns the default memo drive setting
   222         * This method returns the default memo drive setting
   215         * @return The default memo store
   223         * @return The default memo store
   216         */
   224         */