AEPCaptionBaseTrack
@interface AEPCaptionBaseTrack : AEPStickerBaseTrack
字幕基础类
-
字幕文字
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *text; -
字体资源,sourceId表示字体名称
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPSource *font; -
文字颜色
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIColor *textColor -
文字背景颜色
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIColor *textBgColor
AEPCaptionBaseTrack Class Reference