32 #include "FCMPreConfig.h"
35 #include "FCMPreConfig.h"
57 {0x3acf3427, 0x4fd, 0x44ef, {0x9f, 0xba, 0x3e, 0xbb, 0x62, 0xf0, 0x44, 0xa2}};
98 DOM::PIFLADocument pFlaDocument,
99 const PIFCMDictionary pDictPublishSettings,
100 const PIFCMDictionary pDictConfig) = 0;
129 DOM::PIFLADocument pFlaDocument,
130 DOM::PITimeline pTimeline,
131 const
Exporter::Service::RANGE& frameRange,
132 const PIFCMDictionary pDictPublishSettings,
133 const PIFCMDictionary pDictConfig) = 0;
150 #include "FCMPostConfig.h"
152 #endif //IPUBLISHER_H_
This file contains definitions for various data types.
FCM::ConstFCMIID FCMIID_IPublisher
Defines the universally-unique Interface ID for IPublisher.
Definition: IPublisher.h:56
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
This file contains interface for IFrameCommandGenerator. IFrameCommandGenerator provides service rela...
Defines an interface that represents publisher. This interface must be implemented by a publisher plu...
Definition: IPublisher.h:77
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
This file contains the interface for IFLADocument. The IFLADocument interface represents a FLA docume...
This file contains interface for IFCMDictionary. The IFCMDictionary is an interface for generic conta...
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Provides interfaces for exporter that can be used by custom publisher.
Provides interfaces for custom publisher.
This file contains the interface for ITimeline. The ITimeline interface represents the timeline...
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165