Provided by: libming-dev_0.4.5-1ubuntu5_amd64 bug

NAME

       SWFDisplayItem_cacheAsBitmap - set cashing flag

SYNOPSIS

       #include <ming.h>

       void SWFDisplayItem_cacheAsBitmap
       (
            SWFDisplayItem item,
            int flag
       );

PARAMETERS

       SWFDisplayItem item
              Not Documented.

       int flag
              Flag 0 or 1.

DESCRIPTION

       If this flag ist set, the character can be cached as a bitmap. This might improve rednering speed, if the
       object dos no change often.  This feature is for SWF version >= 8 only.

c2man displaylist.c                             23 September 2008                SWFDisplayItem_cacheAsBitmap(3)