TrackConfiguration class
Configuration of the track.
- Annotations
-
- @JsonSerializable()
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.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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 nonexistent 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