SenzuPlayerSubtitle class

Constructors

SenzuPlayerSubtitle.content(String content, String url_, {SubtitleType type = SubtitleType.webvtt, Map<String, String>? headers})
SenzuPlayerSubtitle.decrypt(String url_, {required String? keyHex, required String? ivHex, SubtitleType type = SubtitleType.webvtt, Map<String, String>? headers})
SenzuPlayerSubtitle.network(String url_, {SubtitleType type = SubtitleType.webvtt, Map<String, String>? headers})

Properties

content String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initType SubtitleInitializeType
final
ivHex String?
final
keyHex String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitles List<SubtitleData>
no setter
type SubtitleType
final
url_ String
final

Methods

initialize() Future<void>
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