![]() |
AliyunPlayer v7.11.0
Aliyun Player API Reference Manual for iOS Platforms
|
Subtitle dialogue object that encapsulates display information for a single subtitle entry. More...
#include "AliVttSubtitleView.h"
Instance Methods | |
| (CATextLayer *) | - getLayer |
| Get the rendering layer of the current dialogue object. | |
Properties | |
| NSString * | data |
| 字幕字符串数据 Subtitle data | |
| NSInteger | index |
| 字幕条目的唯一索引标识 Unique index identifier for the subtitle entry | |
| CATextLayer * | layer |
| 用于渲染字幕文本的CATextLayer图层 CATextLayer for rendering subtitle text | |
Subtitle dialogue object that encapsulates display information for a single subtitle entry.
This class manages the display layer and index information of a single subtitle entry for subtitle rendering and management.
| - (CATextLayer *) getLayer |
Get the rendering layer of the current dialogue object.
|
readwritenonatomiccopy |
字幕字符串数据 Subtitle data
|
readwritenonatomicassign |
字幕条目的唯一索引标识 Unique index identifier for the subtitle entry
|
readwritenonatomicstrong |
用于渲染字幕文本的CATextLayer图层 CATextLayer for rendering subtitle text