AudioMetering class
Constructors
- AudioMetering({double peakPower = DEFAULT_PEAK_POWER, double averagePower = DEFAULT_AVERAGE_POWER, bool meteringEnabled = DEFAULT_METERING_ENABLED})
Properties
- averagePower ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- meteringEnabled ↔ bool
-
getter/setter pair
- peakPower ↔ double
-
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
Constants
- DEFAULT_AVERAGE_POWER → const double
- DEFAULT_METERING_ENABLED → const bool
- DEFAULT_PEAK_POWER → const double