audioChannel property
@doc The audio channel of the broadcast. It can be one of the following:
- Mono
- Stereo
Implementation
@$pb.TagNumber(4)
FFMuxBroadcast_FFMuxBroadcastAudioChannel get audioChannel => $_getN(3);
Implementation
@$pb.TagNumber(4)
set audioChannel(FFMuxBroadcast_FFMuxBroadcastAudioChannel value) =>
$_setField(4, value);