frameLengthMs property
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);
Implementation
@$pb.TagNumber(3)
set frameLengthMs($core.int value) => $_setSignedInt32(2, value);