inputChannel property

  1. @TagNumber.new(4)
int get inputChannel

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

Implementation

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

Implementation

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