AEPCaptionTrack

@interface AEPCaptionTrack : AEPCaptionBaseTrack

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSArray<AEPPartAction *> *partActions
  • * The resoruce of sticker

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *source;
  • * The outline color of text

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) UIColor *outlineColor
  • * The FontStyle of caption, - see: AliyunCaptionStickerFaceType

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunCaptionStickerFaceType faceType;
  • * The scale value of caption, default is 1.0.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat scale;
  • * The corner radius, default is 0. API_AVAILABLE(3.31.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat cornerRadius;
  • * Text stroke width, unit:px, default is 0.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat outlineWidth;
  • * The shadow color of caption, default is nil.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) UIColor *shadowColor
  • * The offset value of the shadow, x/y unit:px,默认0 default is UIOffsetZero.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int shadowOffset;
  • * The flower effct template path.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *fontEffectSource;
  • * The textAlignment of text.

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunCaptionStickerTextAlignment textAlignment;
  • * The controller of caption that using in editor

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunCaptionStickerController *captionStickerController;