TXVodSubtitleData class

Constructors

TXVodSubtitleData.new(String? subtitleData, int? startPositionMs, int? durationMs, int? trackIndex)

Properties

durationMs int?
字幕开始时间,也就是视频的position位置,单位毫秒 Subtitle start time, which is the position of the video, in milliseconds
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPositionMs int?
字幕持续时间, 单位毫秒 Subtitle duration, in milliseconds
getter/setter pair
subtitleData String?
字幕内容 subtitle content
getter/setter pair
trackIndex int?
当前字幕轨道的trackIndex Track Index of the current subtitle track
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited