samplesPerSec property

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

每声道每秒的采样点数。

Implementation

@JsonKey(name: 'samplesPerSec')
final int? samplesPerSec;