MediaTrackRole class

Describes the DASH Role of a SubtitleTrack as specified in ISO/IEC 23009-1:2019, section 5.8.4.2.

Inheritance
Annotations

Constructors

MediaTrackRole({required String schemeIdUri, String? id, String? value})
const
MediaTrackRole.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
Specifies an identifier for the Role as described in the MPD.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemeIdUri String
Specifies a URI to identify the Role scheme as described in the MPD.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
value String?
Specifies the value for the Role as described in the MPD.
final

Methods

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

Operators

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