Contains base item properties
Fields:
| Name | Type | Description |
|---|---|---|
| bPauseItem | integer | indicates whether the item is paused |
| bShowItem | integer | indicates whether the item is shown |
| dblPixelAR | double | Item pixel AR (not work for Flash items) Possible values: 0 - Automated (based on screen AR or overridden props - e.g. for PAL 4:3 video the pixel AR is 1.066) 1.0 - Square pixels 2.0 - width doubled 0.5 - half of the width |
| eAlign | eCG_Align | type of alignment of an item |
| eInterlace | eCG_Interlace | type of item interlace |
| ePlayingMode | eCG_PlayingMode | mode of item playback |
| eScale | eCG_Scale | scale type of an item |
| eType | eCG_ItemType | item type |
| nAlpha | integer | value of alpha (transparency) in 0..255 range |
| nBackColor | integer | Background color in RGBA format 0xAABBGGRR, converted to integer |
| nEdgesSmooth | integer | Smoothness in 0..16 range |
| ptPos | tagPOINT | a position of the item |
| rcIndent | tagRECT | indent of the item |
| szItem | tagSIZE | size of the item |