LoudnormFilter class

Constructors

LoudnormFilter({double? integratedLoudness, double? truePeak, double? rangeTarget})

Properties

hashCode int
The hash code for this object.
no setterinherited
integratedLoudness double?
Range is -70.0, -5.0. Default is -24.0.
final
rangeTarget double?
Range is 1.0 - 20.0.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truePeak double?
Range is -9.0, 0.0.
final

Methods

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

Operators

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