HlsTrackMetadataEntry class

Constructors

HlsTrackMetadataEntry({String? groupId, String? name, List<VariantInfo>? variantInfos})

Properties

groupId String?
The GROUP-ID value of this track, if the track is derived from an EXT-X-MEDIA tag. Null if the track is not derived from an EXT-X-MEDIA TAG.
final
hashCode int
The hash code for this object.
no setteroverride
name String?
The NAME value of this track, if the track is derived from an EXT-X-MEDIA tag. Null if the track is not derived from an EXT-X-MEDIA TAG.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variantInfos List<VariantInfo>?
The EXT-X-STREAM-INF tags attributes associated with this track. This field is non-applicable (and therefore empty) if this track is derived from an EXT-X-MEDIA tag.
final

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 ==(dynamic other) bool
The equality operator.
override