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 )
void SetJpegQualityL ( TReal32 &)
void SetSamplingL ( TUid &)
Private Attributes
TInt iReserved

Member Functions Documentation

Extension(TUid)

TAny * Extension ( TUid aExtension ) const [pure virtual]

Parameters

TUid aExtension

SetJpegQualityL(TReal32 &)

void SetJpegQualityL ( TReal32 & aQuality ) [pure virtual]

Parameters

TReal32 & aQuality

SetSamplingL(TUid &)

void SetSamplingL ( TUid & aSampling ) [pure virtual]

Parameters

TUid & aSampling

Member Data Documentation

TInt iReserved

TInt iReserved [private]