audioFormat property

  1. @TagNumber.new(2)
AudioFormat get audioFormat

Audio format of the bytes in audio_data.

Implementation

@$pb.TagNumber(2)
$0.AudioFormat get audioFormat => $_getN(1);
  1. @TagNumber.new(2)
set audioFormat (AudioFormat value)

Implementation

@$pb.TagNumber(2)
set audioFormat($0.AudioFormat value) => $_setField(2, value);