sampleRate property
Required to interpret PCM payloads. For compressed formats this is the synthesis rate, not the container rate.
Implementation
@$pb.TagNumber(3)
$core.int get sampleRate => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set sampleRate($core.int value) => $_setSignedInt32(2, value);