audioChannels property

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

This parameter only takes effect for audio streams, and indicates the audio channel number.

Implementation

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