epoc32/include/mdaimageconverter.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-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:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // BC Version that uses CImageDecode/Encode objects but is essentially source
    14 // BC Version that uses CImageDecode/Encode objects but is essentially source
    15 // compatible with the old MdaImageConverter calls
    15 // compatible with the old MdaImageConverter calls
    16 // 
    16 // 
       
    17 //
       
    18 
    17 /**
    19 /**
    18  @file
    20  @file
    19  @deprecated
    21  @deprecated
    20 */
    22 */
    21 
    23 
    23 #define __MDAIMAGECONVERTER_H__
    25 #define __MDAIMAGECONVERTER_H__
    24 
    26 
    25 #include <fbs.h>
    27 #include <fbs.h>
    26 
    28 
    27 #include <icl/imagedata.h>
    29 #include <icl/imagedata.h>
    28 #include <mda/client/resource.h>
    30 #include <mda/common/resource.h>
    29 #include <mda/client/utility.h>
    31 #include <mda/client/utility.h>
    30 #include <mda/common/video.h>
    32 #include <mda/common/video.h>
    31 
    33 
    32 class CMdaServer;
    34 class CMdaServer;
    33 class REComSession;
    35 class REComSession;
   249 	virtual void ImageReadUtil_Reserved3();
   251 	virtual void ImageReadUtil_Reserved3();
   250 	virtual void ImageReadUtil_Reserved4();
   252 	virtual void ImageReadUtil_Reserved4();
   251 protected:
   253 protected:
   252 	// Creates relevant iDecoder property - depending on subclass.
   254 	// Creates relevant iDecoder property - depending on subclass.
   253 	// Called by "background" AO processing.
   255 	// Called by "background" AO processing.
       
   256 	
   254 	/**
   257 	/**
   255 	@internalComponent
   258 	@internalComponent
   256 	*/
   259 	*/
   257  	void DoOpenL();
   260  	void DoOpenL();
       
   261 	
   258 	// From CMdaImageUtility
   262 	// From CMdaImageUtility
   259 	virtual void DoClose();
   263 	virtual void DoClose();
   260 private:
   264 private:
   261 	inline CMdaImageDataReadUtilityPriv* Properties() const;
   265 	inline CMdaImageDataReadUtilityPriv* Properties() const;
   262 	};
   266 	};
   300 	virtual void ImageWriteUtil_Reserved2();
   304 	virtual void ImageWriteUtil_Reserved2();
   301 	virtual void ImageWriteUtil_Reserved3();
   305 	virtual void ImageWriteUtil_Reserved3();
   302 protected:
   306 protected:
   303 	// Creates relevant <code>iEncoder</code> property - depending on subclass.
   307 	// Creates relevant <code>iEncoder</code> property - depending on subclass.
   304 	// Called by "background" AO processing.
   308 	// Called by "background" AO processing.
       
   309 	
   305 	/**
   310 	/**
   306 	@internalComponent
   311 	@internalComponent
   307 	*/
   312 	*/
   308 	void DoCreateL(TBool aFullCreate=ETrue);
   313 	void DoCreateL(TBool aFullCreate=ETrue);
   309 	// From CMdaImageUtility
   314 	// From CMdaImageUtility
   531 private:
   536 private:
   532 	CMdaBitmapScalerPriv* iProperties;
   537 	CMdaBitmapScalerPriv* iProperties;
   533 	};
   538 	};
   534 
   539 
   535 #endif
   540 #endif
       
   541