outputAudioBytes property

  1. @TagNumber.new(25)
Int64 get outputAudioBytes

Implementation

@$pb.TagNumber(25)
$fixnum.Int64 get outputAudioBytes => $_getI64(21);
  1. @TagNumber.new(25)
set outputAudioBytes (Int64 value)

Implementation

@$pb.TagNumber(25)
set outputAudioBytes($fixnum.Int64 value) => $_setInt64(21, value);