samplesPerChannel property

  1. @JsonKey.new(name: 'samples_per_channel_')
int? samplesPerChannel
final

每个声道的采样点数。

Implementation

@JsonKey(name: 'samples_per_channel_')
final int? samplesPerChannel;