timeSignature property

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

An estimated overall time signature of a track. The time signature (meter) is a notational convention to specify how many beats are in each bar (or measure).

Implementation

@JsonKey(name: 'time_signature', fromJson: convertToIntIfDoubleValue)
int? timeSignature;