Restrictions class

Annotations
  • @JS('Restrictions')

Constructors

Restrictions()

Properties

hashCode int
The hash code for this object.
no setterinherited
maxBandwidth num
number The maximum bandwidth of a variant track, in bit/sec.
getter/setter pair
maxFrameRate num
number The maximum framerate of a variant track.
getter/setter pair
maxHeight num
number The maximum height of a video track, in pixels.
getter/setter pair
maxPixels num
number The maximum number of total pixels in a video track (i.e. width * height).
getter/setter pair
maxWidth num
number The maximum width of a video track, in pixels.
getter/setter pair
minBandwidth num
number The minimum bandwidth of a variant track, in bit/sec.
getter/setter pair
minFrameRate num
number The minimum framerate of a variant track.
getter/setter pair
minHeight num
number The minimum height of a video track, in pixels.
getter/setter pair
minPixels num
number The minimum number of total pixels in a video track (i.e. width * height).
getter/setter pair
minWidth num
number The minimum width of a video track, in pixels.
getter/setter pair
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.
inherited

Operators

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