AudioSpectrumData class
The audio spectrum data.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Properties
-
audioSpectrumData
→ List<
double> ? -
The audio spectrum data. Agora divides the audio frequency into 256 frequency domains, and reports the energy value of each frequency domain through this parameter. The value range of each energy type is
-300, 1
and the unit is dBFS.final - dataLength → int?
-
The audio spectrum data length is 256.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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