WAAudioRenderCapacityEvent class
Render-capacity update payload.
Constructors
- WAAudioRenderCapacityEvent({required double timestamp, double averageLoad = 0.0, double peakLoad = 0.0, double underrunRatio = 0.0})
-
Creates a render-capacity event payload.
const
Properties
- averageLoad → double
-
Average render load ratio.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- peakLoad → double
-
Peak render load ratio.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → double
-
Event timestamp in AudioContext time.
final
- underrunRatio → double
-
Ratio of underruns over the update window.
final
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