VideoQuality class abstract

Inheritance
Implementers

Constructors

VideoQuality(String id, int uid)

Properties

bandwidth int
no setterinherited
codecs String?
no setterinherited
firstFrame double
no setter
frameRate double
no setter
hashCode int
The hash code for this object.
no setterinherited
height int
no setter
id String
no setterinherited
name String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
no setterinherited
width int
no setter

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventListener<Event> listener) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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