AdvancedAbrConfiguration class
- Annotations
-
- @JS('AdvancedAbrConfiguration')
Properties
-
fastHalfLife
↔ num
-
number The quantity of prior samples (by weight) used when creating a new estimate, in seconds. Those prior samples make up half of the new estimate.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
minBytes
↔ num
-
number Minimum number of bytes, under which samples are discarded. Our models do not include latency information, so connection startup time (time to first byte) is considered part of the download time. Because of this, we should ignore very small downloads which would cause our estimate to be too low.
getter/setter pair
-
minTotalBytes
↔ num
-
number Minimum number of bytes sampled before we trust the estimate. If we have not sampled much data, our estimate may not be accurate enough to trust.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
slowHalfLife
↔ num
-
number The quantity of prior samples (by weight) used when creating a new estimate, in seconds. Those prior samples make up half of the new estimate.
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited