channels property

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

The number of audio channels, which can be set as either of the following values: 1: (Default) Mono. 2: Stereo.

Implementation

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