epoc32/include/mdaaudiosampleeditor.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
   396 
   396 
   397 	IMPORT_C static CMdaAudioRecorderUtility* NewL(
   397 	IMPORT_C static CMdaAudioRecorderUtility* NewL(
   398 		MMdaObjectStateChangeObserver& aObserver, 
   398 		MMdaObjectStateChangeObserver& aObserver, 
   399 		CMdaServer* aServer = NULL, 
   399 		CMdaServer* aServer = NULL, 
   400 		TInt aPriority = EMdaPriorityNormal, 
   400 		TInt aPriority = EMdaPriorityNormal, 
   401 		TMdaPriorityPreference aPref = EMdaPriorityPreferenceTimeAndQuality);
   401 		TInt aPref = EMdaPriorityPreferenceTimeAndQuality);
   402 
   402 
   403 	virtual void OpenFileL(const TDesC& aFileName);
   403 	virtual void OpenFileL(const TDesC& aFileName);
   404 	IMPORT_C void OpenFileL(const RFile& aFile);
   404 	IMPORT_C void OpenFileL(const RFile& aFile);
   405 
   405 
   406 	IMPORT_C void OpenFileL(const TMMSource& aSource);
   406 	IMPORT_C void OpenFileL(const TMMSource& aSource);
   481 
   481 
   482 	IMPORT_C TInt RemoveMetaDataEntry(TInt aMetaDataIndex);
   482 	IMPORT_C TInt RemoveMetaDataEntry(TInt aMetaDataIndex);
   483 
   483 
   484 	IMPORT_C void ReplaceMetaDataEntryL(TInt aMetaDataIndex, CMMFMetaDataEntry& aMetaDataEntry);
   484 	IMPORT_C void ReplaceMetaDataEntryL(TInt aMetaDataIndex, CMMFMetaDataEntry& aMetaDataEntry);
   485 
   485 
   486 	IMPORT_C void SetPriority(TInt aPriority, TMdaPriorityPreference aPref);
   486 	IMPORT_C void SetPriority(TInt aPriority, TInt aPref);
   487 
   487 
   488 	//DataType support
   488 	//DataType support
   489 
   489 
   490 	IMPORT_C void GetSupportedDestinationDataTypesL(RArray<TFourCC>& aSupportedDataTypes);
   490 	IMPORT_C void GetSupportedDestinationDataTypesL(RArray<TFourCC>& aSupportedDataTypes);
   491 
   491 
   611 
   611 
   612 	IMPORT_C static CMdaAudioConvertUtility* NewL(
   612 	IMPORT_C static CMdaAudioConvertUtility* NewL(
   613 		MMdaObjectStateChangeObserver& aObserver, 
   613 		MMdaObjectStateChangeObserver& aObserver, 
   614 		CMdaServer* aServer = NULL, 
   614 		CMdaServer* aServer = NULL, 
   615 		TInt aPriority = EMdaPriorityNormal, 
   615 		TInt aPriority = EMdaPriorityNormal, 
   616 		TMdaPriorityPreference aPref = EMdaPriorityPreferenceTimeAndQuality);
   616 		TInt aPref = EMdaPriorityPreferenceTimeAndQuality);
   617 
   617 
   618 	virtual ~CMdaAudioConvertUtility();
   618 	virtual ~CMdaAudioConvertUtility();
   619 
   619 
   620 	virtual void OpenL(const TDesC& aPrimaryFile, const TDesC& aSecondaryFile);
   620 	virtual void OpenL(const TDesC& aPrimaryFile, const TDesC& aSecondaryFile);
   621 
   621