class ImageProcessor::TEffectCustomTransformation : public ImageProcessor::TEffect |
The class provides functions to make a custom transformation with an image.
Public Member Functions | |
---|---|
IMPORT_C void | SetInputL(const TDesC &) |
IMPORT_C void | SetInputL(const TDesC8 &) |
Private Member Functions | |
---|---|
TEffectCustomTransformation(Plugin::MEffect &, CImageProcessorImpl &) |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
TEffectCustomTransformation | ( | Plugin::MEffect & | aEffect, |
CImageProcessorImpl & | aImageProcessorImpl | ||
) | [private] |
Plugin::MEffect & aEffect | |
CImageProcessorImpl & aImageProcessorImpl |
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.
const TDesC & aFilename | Filename specifying the custom transformation file to use when applying the effect. |