sampleFormat property

  1. @TagNumber(1)
SampleFormat get sampleFormat

Actual sample encoding format of the response

Implementation

@$pb.TagNumber(1)
SampleFormat get sampleFormat => $_getN(0);
  1. @TagNumber(1)
set sampleFormat (SampleFormat v)

Implementation

@$pb.TagNumber(1)
set sampleFormat(SampleFormat v) { setField(1, v); }