Custom Platform Support Development Kit
1.3
|
Provides service interfaces for exporter. More...
Classes | |
struct | DISPLAY_OBJECT_INFO |
This structure contains placement information about a display object on the stage. More... | |
struct | DISPLAY_OBJECT_INFO_2 |
This structure contains placement information about a display object on the stage, that are not present in DISPLAY_OBJECT_INFO Given a DISPLAY_OBJECT_INFO pointer pDisplayObjectInfo, access the fields in this structure only if the condition (pDisplayObjectInfo->structSize >= sizeof(DISPLAY_OBJECT_INFO_2)) is true. More... | |
class | IFrameCommandGenerator |
Defines an interface that generates frame commands for the defined frame range. More... | |
class | IResourcePalette |
An interface that defines a resource palette to hold all the resources encountered in the DOM traversal. More... | |
class | ISWFExportService |
Defines an interface that exports an FLA document to SWF format. More... | |
class | ITimelineBuilder |
This interface represents a builder for a timeline. Timeline builder contains methods that are invoked by FrameCommandGenerator service (implemented in 'Adobe Animate CC') to add frame commands for a timeline. More... | |
class | ITimelineBuilder2 |
This interface represents a builder for a timeline. ITimelineBuilder2 contains all the methods inherited from ITimelineBuilder and the new methods mentioned in this file that are invoked by the FrameCommandGenerator service (implemented in 'Adobe Animate CC') to add frame commands for a timeline. More... | |
class | ITimelineBuilderFactory |
This interface represents a factory for a timeline builder. More... | |
struct | RANGE |
Defines a range of numbers. More... | |
struct | SOUND_INFO |
This structure contains information about a sound object in the timeline. More... | |
Typedefs | |
typedef DISPLAY_OBJECT_INFO | SHAPE_INFO |
This structure contains placement information about a shape object on the stage. | |
typedef DISPLAY_OBJECT_INFO | BITMAP_INFO |
This structure contains placement information about a bitmap object on the stage. | |
typedef DISPLAY_OBJECT_INFO | CLASSIC_TEXT_INFO |
This structure contains placement information about a text object on the stage. | |
typedef DISPLAY_OBJECT_INFO | MOVIE_CLIP_INFO |
This structure contains placement information about a movie-clip object on the stage. | |
typedef DISPLAY_OBJECT_INFO | GRAPHIC_INFO |
This structure contains placement information about a graphic object on the stage. | |
typedef DISPLAY_OBJECT_INFO_2 | CLASSIC_TEXT_INFO_2 |
This structure contains a few more placement information about a text object in addition to containing all the the information that is present in the structure CLASSIC_TEXT_INFO. | |
Variables | |
FCM::ConstFCMIID | IID_IFRAME_COMMAND_GENERATOR |
Defines the universally-unique interface ID for IFrameCommandGenerator. More... | |
FCM::ConstFCMIID | IID_IRESOURCE_PALETTE |
Defines the universally-unique interface ID for IResourcePalette. More... | |
FCM::ConstFCMIID | IID_ISWF_EXPORT_SERVICE |
Defines the universally-unique interface ID for ISWFExportService. More... | |
FCM::ConstFCMIID | IID_ITIMELINE_BUILDER |
Defines the universally-unique interface ID for ITimelineBuilder. More... | |
FCM::ConstFCMIID | IID_ITIMELINE_BUILDER_2 |
Defines the universally-unique interface ID for ITimelineBuilder2. More... | |
FCM::ConstFCMIID | IID_ITIMELINE_BUILDER_FACTORY |
Defines the universally-unique interface ID for ITimelineBuilderFactory. More... | |
Provides service interfaces for exporter.
FCM::ConstFCMIID Exporter::Service::IID_IFRAME_COMMAND_GENERATOR |
Defines the universally-unique interface ID for IFrameCommandGenerator.
FCM::ConstFCMIID Exporter::Service::IID_IRESOURCE_PALETTE |
Defines the universally-unique interface ID for IResourcePalette.
FCM::ConstFCMIID Exporter::Service::IID_ISWF_EXPORT_SERVICE |
Defines the universally-unique interface ID for ISWFExportService.
FCM::ConstFCMIID Exporter::Service::IID_ITIMELINE_BUILDER |
Defines the universally-unique interface ID for ITimelineBuilder.
FCM::ConstFCMIID Exporter::Service::IID_ITIMELINE_BUILDER_2 |
Defines the universally-unique interface ID for ITimelineBuilder2.
FCM::ConstFCMIID Exporter::Service::IID_ITIMELINE_BUILDER_FACTORY |
Defines the universally-unique interface ID for ITimelineBuilderFactory.