AliyunEffectPaster
@interface AliyunEffectPaster : AliyunEffectPasterBase <AliyunIEffectRecovery>
动图model类(动图,包含人脸和普通两种类型)
-
动图类型
Declaration
Objective-C
@property (nonatomic) AliyunPasterType type;
-
关键帧图片
Declaration
Objective-C
@property(nonatomic, strong) UIImage *kernelImage
-
动画的场景集合
例如:动画场景可以分为进场、场中和出场
Declaration
Objective-C
@property (nonatomic, copy) NSArray<AliyunEffectPasterTimeItem *> *timeItems;
-
动画帧集合
即指定在某时间播放某一张图片
Declaration
Objective-C
@property (nonatomic, copy) NSArray<AliyunEffectPasterFrameItem *> *frameItems;
-
动图原始时长
从动图的配置文件解析而来
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat originDuration;
-
Deprecated
deprecated
Undocumented
Declaration
Objective-C
- (AliyunEffectPaster *)copyAnother;
-
Deprecated
deprecated
Undocumented
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;