ContextRealtimeData class

Fields in AudioContext that change in real-time.

Constructors

ContextRealtimeData({required num currentTime, required num renderCapacity, required num callbackIntervalMean, required num callbackIntervalVariance})
ContextRealtimeData.fromJson(Map<String, dynamic> json)
factory

Properties

callbackIntervalMean num
A running mean of callback interval.
final
callbackIntervalVariance num
A running variance of callback interval.
final
currentTime num
The current context time in second in BaseAudioContext.
final
hashCode int
The hash code for this object.
no setterinherited
renderCapacity num
The time spent on rendering graph divided by render quantum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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