MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_HII_AIBT_RESTORE_SCRN_BLOCK Struct Reference

Data Fields

EFI_IMAGE_ID DftImageId
 
UINT16 Width
 
UINT16 Height
 
UINT16 CellCount
 
EFI_HII_ANIMATION_CELL AnimationCell [1]
 

Detailed Description

An animation block to describe an animation sequence that does not cycle, and where the screen is restored to the original state before the next image is displayed.

Field Documentation

EFI_HII_ANIMATION_CELL _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::AnimationCell[1]

An array of CellCount animation cells.

UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::CellCount

The number of EFI_HII_ANIMATION_CELL contained in the animation sequence.

EFI_IMAGE_ID _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::DftImageId

This is image that is to be reference by the image protocols, if the animation function is not supported or disabled. This image can be one particular image from the animation sequence (if any one of the animation frames has a complete image) or an alternate image that can be displayed alone. If the value is zero, no image is displayed.

UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::Height

The overall height of the set of images (logical window height).

UINT16 _EFI_HII_AIBT_RESTORE_SCRN_BLOCK::Width

The overall width of the set of images (logical window width).