M3u8 class

Constructors

M3u8.new(String raw)

Properties

encrypted bool
true if the m3u8 file contains a decryption tag(EXT-X-KEY, EXT-X-SESSION-KEY)
getter/setter pair
endless bool
true if the m3u8 is not a master file and does not contain a EXT-X-ENDLIST tag.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
master bool
true if the m3u8 contains any master playlist tag(EXT-X-MEDIA, EXT-X-STREAM-INF, EXT-X-I-FRAME-STREAM-INF, EXT-X-SESSION-DATA, EXT-X-SESSION-KEY)
getter/setter pair
playlists List<String>
playlists appeared in this m3u8 file
final
proxied String?
getter/setter pair
raw String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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