numSamples property

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

The exact number of audio samples analyzed from this track. See also analysisSampleRate.

Implementation

@JsonKey(name: 'num_samples', fromJson: convertToIntIfDoubleValue)
int? numSamples;