streamAudioChannelLayout_ property

  1. @JsonKey(name: 'stream_audio_channel_layout_', fromJson: TautulliUtilities.ensureStringFromJson)
String? streamAudioChannelLayout_
final

The layout of the channels in the final audio stream. Unsure how this is different from streamAudioChannelLayout.

Implementation

@JsonKey(name: 'stream_audio_channel_layout_', fromJson: TautulliUtilities.ensureStringFromJson)
final String? streamAudioChannelLayout_;