AudioAnalysis class

JSON representation of a track's analysis information

Annotations
  • @JsonSerializable()

Constructors

AudioAnalysis()
AudioAnalysis.fromJson(Map<String, dynamic> json)
factory

Properties

bars List<TimeInterval>?
getter/setter pair
beats List<TimeInterval>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections List<Section>?
getter/setter pair
segments List<Segment>?
getter/setter pair
tatums List<TimeInterval>?
getter/setter pair
track TrackAudioAnalysis?
getter/setter pair

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