channels property
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);
Implementation
@$pb.TagNumber(7)
set channels($core.int value) => $_setSignedInt32(5, value);