previousTimestampNanoseconds property

  1. @TagNumber(5)
Int64 get previousTimestampNanoseconds

Timestamp of the previous audio chunk, in nanoseconds, used for resuming and continuity.

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get previousTimestampNanoseconds => $_getI64(4);
  1. @TagNumber(5)
set previousTimestampNanoseconds (Int64 v)

Implementation

@$pb.TagNumber(5)
set previousTimestampNanoseconds($fixnum.Int64 v) { $_setInt64(4, v); }