channels property

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

Kept: commons rejects channels > 1 with RAC_ERROR_NOT_SUPPORTED, and this is the only signal that a caller pushed interleaved stereo.

Implementation

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

Implementation

@$pb.TagNumber(4)
set channels($core.int value) => $_setSignedInt32(3, value);