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