timestampInMicroseconds method

int timestampInMicroseconds(
  1. FramePhase phase
)

This is a raw timestamp in microseconds from some epoch. The epoch in all FrameTiming is the same, but it may not match DateTime's epoch.

Implementation

int timestampInMicroseconds(FramePhase phase) => _data[phase.index];