explicitDecodingConfig property
Explicitly specified decoding parameters. Required if using headerless PCM audio (linear16, mulaw, alaw).
Implementation
@$pb.TagNumber(8)
ExplicitDecodingConfig get explicitDecodingConfig => $_getN(3);
Implementation
@$pb.TagNumber(8)
set explicitDecodingConfig(ExplicitDecodingConfig v) {
setField(8, v);
}