struct TagInfo { GFx::TagType TagType; int TagOffset; int TagLength; int TagDataOffset; };
TagInfo is a structure that provides information on the tags used in SWF/GFx files.
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. |
GFx_Stream.h