Scaleform::GFx::MovieInfo::SWFFlagConstants

Scaleform::GFx::MovieInfo::SWFFlagConstants
enum SWFFlagConstants {
  SWF_Compressed = 0x0001,
  SWF_Stripped = 0x0010
};
Description

SWFFlagConstants define bit meanings for the Flags field. These flags can also be obtained through the MovieDef::GetSWFFlags method.

Members
Members 
Description 
SWF_Compressed = 0x0001 
Indicates that SWF/GFx file is compressed internally. 
SWF_Stripped = 0x0010 
Indicates that the movie came from a stripped GFx file. 
File

GFx_Loader.h