audioFormat property

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

Output audio format.

Implementation

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

Implementation

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