CPbkImageDataWithInfo::TParams Struct Reference

struct CPbkImageDataWithInfo::TParams

Construction parameters for CPbkImageDataWithInfo.

Public Member Functions
TParams()
Public Attributes
MPbkImageData *iImageData
const TDesC8 *iMimeType
TSize iSizeInPixels

Constructor & Destructor Documentation

TParams()

IMPORT_CTParams()

Default constructor. Initializes all fields to default values.

Member Data Documentation

MPbkImageData * iImageData

MPbkImageData *iImageData

Image data. CPbkImageDataWithInfo takes ownership of this field when this struct is passed to CPbkImageDataWithInfo::NewL().

const TDesC8 * iMimeType

const TDesC8 *iMimeType

Image format's MIME type.

TSize iSizeInPixels

TSize iSizeInPixels

Image size in pixels.