AliyunPlayer v7.12.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AliVttDialogueObj Class Reference

字幕对话框对象,封装单个字幕条目的显示信息 More...

#include "AliVttSubtitleView.h"

Inheritance diagram for AliVttDialogueObj:

Instance Methods

(CATextLayer *) - getLayer
 获取当前对话框对象的渲染图层
 

Properties

NSString * data
 字幕字符串数据 Subtitle data
 
NSInteger index
 字幕条目的唯一索引标识 Unique index identifier for the subtitle entry
 
CATextLayer * layer
 用于渲染字幕文本的CATextLayer图层 CATextLayer for rendering subtitle text
 

Detailed Description

字幕对话框对象,封装单个字幕条目的显示信息

该类管理单个字幕条目的显示层和索引信息,用于字幕的渲染和管理。

Method Documentation

◆ getLayer

- (CATextLayer *) getLayer

获取当前对话框对象的渲染图层

Returns
返回用于显示字幕的CATextLayer对象

Property Documentation

◆ data

- (NSString*) data
readwritenonatomiccopy

字幕字符串数据 Subtitle data

◆ index

- (NSInteger) index
readwritenonatomicassign

字幕条目的唯一索引标识 Unique index identifier for the subtitle entry

◆ layer

- (CATextLayer*) layer
readwritenonatomicstrong

用于渲染字幕文本的CATextLayer图层 CATextLayer for rendering subtitle text


The documentation for this class was generated from the following file: