AliyunPlayer v7.11.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AliVttSubtitleView.h File Reference

Classes

class  AliVttCssStyle
 
class  AliVttDialogueObj
 Subtitle dialogue object that encapsulates display information for a single subtitle entry. More...
 
class  AliVttRegion
 
class  AliVttRender
 VTT subtitle renderer wrapper class. More...
 
class  AliVttRenderImpl
 VTT subtitle rendering implementation class. More...
 
class  AliVttSubtitleConst
 Global constant configuration class for subtitle rendering. More...
 
class  AliVttSubtitleView
 VTT subtitle view main class. More...
 
class  AliWebVttHeader
 
class  RenderContext
 Subtitle rendering context. More...
 
class  VttContentAttribute
 VTT subtitle content attribute class that encapsulates style and display properties of subtitle text. More...
 
class  VttLocationAttribute
 VTT subtitle location attribute class. More...
 

Typedefs

typedef AliVttRenderImpl *(^ AliVttRenderImplFactoryBlock) (void)
 Custom rendering implementation factory block.
 

Typedef Documentation

◆ AliVttRenderImplFactoryBlock

typedef AliVttRenderImpl *(^ AliVttRenderImplFactoryBlock) (void)

Custom rendering implementation factory block.

Returns
Created AliVttRenderImpl instance
Note
Clients can provide custom rendering implementations through this factory block