26 #ifndef ISOUND_ELEMENT_H_
27 #define ISOUND_ELEMENT_H_
29 #include "FCMPreConfig.h"
54 namespace FrameElement
124 namespace FrameElement
133 {0xef9dff11, 0x1b84, 0x41ba, {0xac, 0x7f, 0xc2, 0x56, 0xf, 0x69, 0x2f, 0x30}};
142 namespace FrameElement
199 namespace FrameElement
284 #include "FCMPostConfig.h"
286 #endif // ISOUND_ELEMENT_H_
size_t structSize
Definition: ISound.h:155
FCM::S_Int32 outPos44
Definition: ISound.h:189
SoundSyncMode
This enum defines sync mode of a sound.
Definition: ISound.h:77
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
#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
Defines the starting and ending points of the sound object.
Definition: ISound.h:175
FCM::S_Int32 inPos44
Definition: ISound.h:185
SoundRepeatMode loopMode
Definition: ISound.h:159
Defines the loop mode for a sound.
Definition: ISound.h:149
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
FCM::U_Int16 repeatCount
Definition: ISound.h:166
size_t structSize
Definition: ISound.h:181
This file contains core definitions of the framework Flash Component Model (FCM). ...
SoundRepeatMode
This enum defines the repetition mode of a sound.
Definition: ISound.h:61
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
FCM::ConstFCMIID IID_ISOUND_ELEMENT
Defines the universally-unique interface ID for ISound.
Definition: ISound.h:132
This file contains the types used for DOM traversal and access.
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
Defines the interface that represents a sound item attached to a frame.
Definition: ISound.h:206
unsigned _int16 U_Int16
Type to define an unsigned 16-bit value.
Definition: FCMTypes.h:67
signed _int32 S_Int32
Type to define a signed 32-bit value.
Definition: FCMTypes.h:88
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165