frameLengthMs property

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

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);
  1. @TagNumber.new(3)
set frameLengthMs (int value)

Implementation

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