|
Custom Platform Support Development Kit
1.3
|
Defines the interface that represents a normal layer in the timeline. More...
#include <ILayer.h>
Public Member Functions | |
| virtual FCM::Result _FCMCALL | GetKeyFrames (PIFCMList &pKeyFrameList)=0 |
| Returns the list of frames. More... | |
| virtual FCM::Result _FCMCALL | GetFrameAtIndex (FCM::U_Int32 index, PIFrame &pFrame)=0 |
| Return frame at index, index can be any value between 0 to duration returned by GetTotalDuration. More... | |
| virtual FCM::Result _FCMCALL | GetTotalDuration (FCM::U_Int32 &duration)=0 |
| Returns the duration of all the key Frames. More... | |
Defines the interface that represents a normal layer in the timeline.
|
pure virtual |
Return frame at index, index can be any value between 0 to duration returned by GetTotalDuration.
| index | (IN) Index at which frame is needed |
| pFrame | (OUT) Frame at specified index. |
|
pure virtual |
Returns the list of frames.
| pKeyFrameList | (OUT) List of frames (IFrame) |
|
pure virtual |
Returns the duration of all the key Frames.
| duration | (OUT) Layer duration |