audioChannels property

  1. @JsonKey(name: 'audio_channels', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? audioChannels
final

Number of channels in the audio stream.

Implementation

@JsonKey(name: 'audio_channels', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? audioChannels;