channels property

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

Interleaved channel count; 0 or 1 = mono. Non-mono audio is downmixed before decoding and MUST be divided out of the duration estimate.

Implementation

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

Implementation

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