TAknsRlRenderOpParam Struct Reference

API published in: S60 2nd Ed FP 3


#include <
aknsrleffect.h>

Detailed Description

Rendering operation parameter structure.

Data Fields

TInt iInputLayerAStatus
 Status (including channel configuration) of input layer A.
TInt iInputLayerAIndex
 Index of input layer A.
TInt iInputLayerBStatus
 Status (including channel configuration) of input layer B.
TInt iInputLayerBIndex
 Index of input layer B.
TInt iOutputLayerStatus
 Status (including channel configuration) of output layer.
TInt iOutputLayerIndex
 Index of output layer.

Field Documentation

TInt TAknsRlRenderOpParam::iInputLayerAIndex
 

Index of input layer A.

If iInputLayerAStatus is KAknsRlLayerNone, this value is undefined.

TInt TAknsRlRenderOpParam::iInputLayerAStatus
 

Status (including channel configuration) of input layer A.

This value must be one of KAknsRlLayer constants.

TInt TAknsRlRenderOpParam::iInputLayerBIndex
 

Index of input layer B.

If iInputLayerBStatus is KAknsRlLayerNone, this value is undefined.

TInt TAknsRlRenderOpParam::iInputLayerBStatus
 

Status (including channel configuration) of input layer B.

This value must be one of KAknsRlLayer constants.

TInt TAknsRlRenderOpParam::iOutputLayerIndex
 

Index of output layer.

TInt TAknsRlRenderOpParam::iOutputLayerStatus
 

Status (including channel configuration) of output layer.

This value must be one of KAknsRlLayer constants. The value of this field is never KAknsRlLayerNone.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top