VolumeStatistics class

Statistics about volume smoothing.

Constructors

VolumeStatistics.new({required double current, required double average, required double peak, required double minimum, required int historySize, required double smoothingFactor})
const

Properties

average double
Average volume from history
final
current double
Current smoothed volume value
final
hashCode int
The hash code for this object.
no setterinherited
historySize int
Number of values in history
final
minimum double
Minimum volume from history
final
peak double
Peak volume from history
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothingFactor double
Current smoothing factor
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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