ImageProcessor::Plugin::MOutputInfo Class Reference

class ImageProcessor::Plugin::MOutputInfo

This class provides functions to write image output details.

Plugin API to write image output details. The TOutputInfo implementation loads a plugin based on this interface class. Once this has been constructed, calls to method functions of TOutputInfo are passed verbatim to this interface. For further description of required functionality, see TOutputInfo.

TOutputInfo

Public Member Functions
TAny *Extension(TUid)
voidSetJpegQualityL(TReal32 &)
voidSetSamplingL(TUid &)
Private Attributes
TInt iReserved

Member Functions Documentation

Extension(TUid)

TAny *Extension(TUidaExtension)const [pure virtual]

Parameters

TUid aExtension

SetJpegQualityL(TReal32 &)

voidSetJpegQualityL(TReal32 &aQuality)[pure virtual]

Parameters

TReal32 & aQuality

SetSamplingL(TUid &)

voidSetSamplingL(TUid &aSampling)[pure virtual]

Parameters

TUid & aSampling

Member Data Documentation

TInt iReserved

TInt iReserved[private]