spareAudio property

  1. @JsonKey(name: '@SpareAudio', fromJson: int.parse)
int spareAudio
final

Number of spare Audio tracks that can be added to this recording.

Implementation

@JsonKey(name: '@SpareAudio', fromJson: int.parse)
final int spareAudio;