outputChannel property

  1. @TagNumber.new(5)
int get outputChannel

Required. The zero-based index of the channel in the output audio stream.

Implementation

@$pb.TagNumber(5)
$core.int get outputChannel => $_getIZ(4);
  1. @TagNumber.new(5)
set outputChannel (int v)

Implementation

@$pb.TagNumber(5)
set outputChannel($core.int v) { $_setSignedInt32(4, v); }