AliyunEffectPaster

@interface AliyunEffectPaster : AliyunEffectPasterBase <AliyunIEffectRecovery>

* A model class that defines stickers.

  • * The sticker type.

    Declaration

    Objective-C

    @property (nonatomic) AliyunPasterType type;
  • * The key frame image.

    Declaration

    Objective-C

    @property(nonatomic, strong) UIImage *kernelImage
  • * The stages when rendering the sticker animation.

    The stages include: appear, display, and disappear.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSArray<AliyunEffectPasterTimeItem *> *timeItems;
  • * The frames of the sticker.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSArray<AliyunEffectPasterFrameItem *> *frameItems;
  • * The original duration of the sticker.

    The duration is specified in the configuration file.

    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;