Custom Platform Support Development Kit
1.3
|
Defines the interface that represents the timeline. More...
#include <ITimeline.h>
Public Member Functions | |
virtual FCM::Result _FCMCALL | GetName (FCM::StringRep16 *ppName)=0 |
This function returns the name of the current timeline. For main timeline, it returns the name of the scene and for movie-clips the name of the movie-clip is returned. More... | |
virtual FCM::Result _FCMCALL | GetLayers (FCM::PIFCMList &pLayerList)=0 |
This function returns a list of layers (ILayer) for the timeline. More... | |
virtual FCM::Result _FCMCALL | GetMaxFrameCount (FCM::U_Int32 &frameCount)=0 |
This function returns number of frames in the timelines longest layer. More... | |
Defines the interface that represents the timeline.
|
pure virtual |
This function returns a list of layers (ILayer) for the timeline.
pLayerList | (OUT) List of layers. The objects in the layer lists can be queried for ILayer along with one of the following interfaces: ILayerFolder, ILayerNormal, ILayerMask and ILayerGuide. |
|
pure virtual |
This function returns number of frames in the timelines longest layer.
frameCount | (OUT) Number of frames in the timelines longest layer |
|
pure virtual |
This function returns the name of the current timeline. For main timeline, it returns the name of the scene and for movie-clips the name of the movie-clip is returned.
ppName | (OUT) Name of the current timeline. |