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

Subtitle dialogue object that encapsulates display information for a single subtitle entry. More...

#include "AliVttSubtitleView.h"

Inheritance diagram for AliVttDialogueObj:

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
 

Detailed Description

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.

Method Documentation

◆ getLayer

- (CATextLayer *) getLayer

Get the rendering layer of the current dialogue object.

Returns
Returns CATextLayer object for subtitle display

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: