timestampMs property
- @TagNumber.new(2)
Wall-clock time of the transition, in milliseconds since epoch. Aligns with rac_vad_output_t::timestamp_ms.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get timestampMs => $_getI64(1);
- @TagNumber.new(2)
Implementation
@$pb.TagNumber(2)
set timestampMs($fixnum.Int64 value) => $_setInt64(1, value);