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