TAknsRlEffectCaps Struct Reference

#include <
AknsRlEffect.h>

Detailed Description

Effect capabilities structure.
Since:
2.8

Data Fields

TInt iInputLayerASupport
 Supported status of input layer A.
TInt iInputLayerBSupport
 Supported status of input layer B.
TInt iOutputLayerSupport
 Supported status of output layer.

Field Documentation

TInt TAknsRlEffectCaps::iInputLayerASupport
 

Supported status of input layer A.

This must be a binary combination of KAknsRlLayer constants.

Since:
2.8
TInt TAknsRlEffectCaps::iInputLayerBSupport
 

Supported status of input layer B.

This must be a binary combination of KAknsRlLayer constants.

Since:
2.8
TInt TAknsRlEffectCaps::iOutputLayerSupport
 

Supported status of output layer.

This must be a binary combination of KAknsRlLayer constants.

Since:
2.8

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

Copyright © Nokia Corporation 2001-2007
Back to top