ImageProcessor::TEffectCustomTransformation Class Reference
class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect
|
The class provides functions to make a custom transformation with an image.
Inherits from
-
ImageProcessor::TEffectCustomTransformation
Constructor & Destructor Documentation
TEffectCustomTransformation(Plugin::MEffect &, CImageProcessorImpl &)
Member Functions Documentation
SetInputL(const TDesC &)
IMPORT_C void
|
SetInputL
|
(
|
const
TDesC
&
|
aFilename
|
)
|
|
Specifies the input file for the current CustomTransformation effect.
-
leave
-
KErrNotReady The effect is not active.
-
leave
-
KErrArgument The file name is not correct.
Parameters
const
TDesC
& aFilename
|
Filename specifying the custom transformation file to use when applying the effect.
|
SetInputL(const TDesC8 &)
IMPORT_C void
|
SetInputL
|
(
|
const
TDesC8
&
|
aBuffer
|
)
|
|
Specifies the input buffer for the current CustomTransformation effect.
-
leave
-
KErrNotReady The effect is not active.
Parameters
const
TDesC8
& aBuffer
|
Buffer containing the custom transformation to apply.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.