TrackConfiguration class Null safety

Configuration of the track.

Annotations

Constructors

TrackConfiguration({required TrackType trackType, required String description})
TrackConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

description String
Informative description of the track.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
trackType TrackType
Type of the track. It shall be equal to the strings “Video”, “Audio” or “Metadata”. The track shall only be able to hold data of that type.
final

Methods

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

Operators

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