synthesizedAudioEncoding property

  1. @TagNumber.new(9)
AudioEncoding get synthesizedAudioEncoding

Implementation

@$pb.TagNumber(9)
$0.AudioEncoding get synthesizedAudioEncoding => $_getN(8);
  1. @TagNumber.new(9)
set synthesizedAudioEncoding (AudioEncoding value)

Implementation

@$pb.TagNumber(9)
set synthesizedAudioEncoding($0.AudioEncoding value) => $_setField(9, value);