AEPBubbleCaptionTrack

@interface AEPBubbleCaptionTrack : AEPDeprecatedCaptionTrack

* The deprecate bubble caption

  • * The resoruce of sticker

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *source;
  • * The text size in normlized

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGSize normalizedTextSize;
  • * The text center in normliazed. (In Self coordinate system)

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint normalizedTextCenter;
  • * The bubble caption that using in editor

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunEffectCaption *editorCaption;