frameLengthMs property
Frame length in milliseconds. Default 100 (Swift/Kotlin/Dart store 0.1 seconds; we canonicalize to ms on the wire).
Implementation
@$pb.TagNumber(3)
$core.int get frameLengthMs => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set frameLengthMs($core.int value) => $_setSignedInt32(2, value);