TrackOptions class

Annotations
  • @JsonSerializable()

Constructors

TrackOptions({required int spareTotal, required int spareVideo, required int spareAudio, required int spareMetadata})
TrackOptions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spareAudio int
Number of spare Audio tracks that can be added to this recording.
final
spareMetadata int
Number of spare Metadata tracks that can be added to this recording.
final
spareTotal int
Total spare number of tracks that can be added to this recording.
final
spareVideo int
Number of spare Video tracks that can be added to this recording.
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