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