analysisSampleRate property

  1. @JsonKey(name: 'analysis_sample_rate', fromJson: convertToIntIfDoubleValue)
int? analysisSampleRate
getter/setter pair

The sample rate used to decode and analyze this track.

May differ from the actual sample rate of this track available on Spotify.

Implementation

@JsonKey(name: 'analysis_sample_rate', fromJson: convertToIntIfDoubleValue)
int? analysisSampleRate;