StreamSelection class

A StreamSelection configuration.

Constructors

StreamSelection({int? maxVideoBitsPerSecond, int? minVideoBitsPerSecond, StreamOrder? streamOrder})
StreamSelection.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxVideoBitsPerSecond int?
The maximum video bitrate (bps) to include in output.
final
minVideoBitsPerSecond int?
The minimum video bitrate (bps) to include in output.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamOrder StreamOrder?
A directive that determines the order of streams in the output.
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