Scaleform::GFx::TagInfo

Scaleform::GFx::TagInfo
struct TagInfo {
  GFx::TagType TagType;
  int TagOffset;
  int TagLength;
  int TagDataOffset;
};
Description

TagInfo is a structure that provides information on the tags used in SWF/GFx files.

Members
Members 
Description 
GFx::TagType TagType; 
Type of the tag such as the Tag_ButtonCharacter, Tag_Export etc. 
int TagOffset; 
Offset of the tag in the SWF/GFx file. 
int TagLength; 
Length of the tag in the file. 
int TagDataOffset; 
Offset to the data portion of a tag in SWF/GFx file. 
File

GFx_Stream.h