AEPTimeline
@interface AEPTimeline : NSObject
* The timeline of editor project
-
* The duration of video, (second)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval duration; -
* The main track of video
Declaration
Objective-C
@property (nonatomic, readonly) AEPVideoTrack *mainVideoTrack; -
* The pip tracks of video
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<AEPPipVideoTrack *> *pipVideoTracks; -
** The tracks of audio
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPAudioTrack *> *audioTracks; -
* The tracks of stickers
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPStickerTrack *> *stickerTracks; -
* The tracks of effect
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPEffectTrack *> *effectTracks; -
** The Paint
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPGlobalPaintTrack *paintTrack; -
* The watermark
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPGlobalWatermarkTrack *watermark; -
* The tail water
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPGlobalTailWatermarkTrack *tailWatermark; -
Deprecated
please use mainVideoTrack
* The main track of video
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<AEPVideoTrack *> *videoTracks;
AEPTimeline Class Reference