ImageProcessor::Plugin::MInputInfo Class Reference

class ImageProcessor::Plugin::MInputInfo

This class provides functions to read image input details.

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

TInputInfo

Member Functions Documentation

BitsPerPixelL()

TUint32 BitsPerPixelL ( ) const [pure virtual]

DisplayModeL()

TDisplayMode DisplayModeL ( ) const [pure virtual]

Extension(TUid)

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

Parameters

TUid aExtension

FormatL(TUid &, TUid &)

void FormatL ( TUid & aFormat,
TUid & aSubFormat
) const [pure virtual]

Parameters

TUid & aFormat
TUid & aSubFormat

HasAlphaL()

TBool HasAlphaL ( ) const [pure virtual]

ImageFrameFormatL()

TUid ImageFrameFormatL ( ) const [pure virtual]

IsInterlacedL()

TBool IsInterlacedL ( ) const [pure virtual]

IsProgressiveL()

TBool IsProgressiveL ( ) const [pure virtual]

SamplingL()

TUid SamplingL ( ) const [pure virtual]

SizeL()

TSize SizeL ( ) const [pure virtual]

Member Data Documentation

TInt iReserved

TInt iReserved [private]