AliyunEffectPasterFrameItem

@interface AliyunEffectPasterFrameItem : NSObject

* A class that defines the frames in a sticker.

  • * The playback time of the frame.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat time;
  • pic

    * The serial number of the frame image.

    Declaration

    Objective-C

    @property (nonatomic) int pic;
  • * The path of the frame image.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *picPath;