sampleFormat property
Requested sample encoding format of the response
Implementation
@$pb.TagNumber(2)
SampleFormat get sampleFormat => $_getN(1);
Implementation
@$pb.TagNumber(2)
set sampleFormat(SampleFormat v) { setField(2, v); }
Requested sample encoding format of the response
@$pb.TagNumber(2)
SampleFormat get sampleFormat => $_getN(1);
@$pb.TagNumber(2)
set sampleFormat(SampleFormat v) { setField(2, v); }