AEPRollCaptionItem
@interface AEPRollCaptionItem : NSObject
翻转字幕元素
-
字幕
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 *outlineColor
-
时间线上的开始时间(秒)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timelineIn;
-
编辑器中使用的翻转字幕元素对象
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunRollCaptionItemStyle *editorItem;