AliyunAETemplateAsset
@interface AliyunAETemplateAsset : NSObject
* A class that defines asset in template. API_AVAILABLE(3.35.0)
-
* The key
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull key;
-
* The index
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger index;
-
* The time ranges.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AliyunAETemplateAssetTimeRange *> *_Nonnull timeRanges;
-
* The duration of the asset.
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval duration;
-
* The render rect by design
Declaration
Objective-C
@property (nonatomic, readonly) CGRect editRect;
-
* The anchor point for render transform by design, defalt value: [0.5, 0.5]
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint editAnchor;
-
* The render transform by design
Declaration
Objective-C
@property (nonatomic, readonly) CGAffineTransform editTransform;