outputChannel property
Required. The zero-based index of the channel in the output audio stream.
Implementation
@$pb.TagNumber(5)
$core.int get outputChannel => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set outputChannel($core.int v) { $_setSignedInt32(4, v); }