QualityOption class
Represents a video quality option
Constructors
- QualityOption({required int height, required String label})
- Creates a new quality option
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
The height of the video resolution (e.g., 720 for 720p)
A value of 0 indicates automatic/best quality
final
- label → String
-
The display label for this quality (e.g., "720p", "Auto")
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited