AliyunPipTrackController
@interface AliyunPipTrackController : NSObject
* API_AVAILABLE(3.25.0) The controller of pip clip track
-
* API_AVAILABLE(3.25.0) The index of track
Declaration
Objective-C
@property (nonatomic, readonly) int index;
-
* API_AVAILABLE(3.25.0) The startTime of track
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval startTime;
-
* API_AVAILABLE(3.25.0) The endTime of track
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval endTime;
-
* API_AVAILABLE(3.25.0) The all clips controllers in this track
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AliyunPipClipController *> *clipControllers;