frameLengthMs property

  1. @TagNumber.new(3)
int get frameLengthMs

Milliseconds, on the wire AND in every generated binding. Only the internal rac_vad_config_t holds seconds; commons converts there.

Implementation

@$pb.TagNumber(3)
$core.int get frameLengthMs => $_getIZ(2);
  1. @TagNumber.new(3)
set frameLengthMs (int value)

Implementation

@$pb.TagNumber(3)
set frameLengthMs($core.int value) => $_setSignedInt32(2, value);