encoding property
Commons accepts AUDIO_ENCODING_UNSPECIFIED and AUDIO_ENCODING_PCM_S16_LE and rejects every other value.
Implementation
@$pb.TagNumber(4)
$4.AudioEncoding get encoding => $_getN(3);
Implementation
@$pb.TagNumber(4)
set encoding($4.AudioEncoding value) => $_setField(4, value);