timestampInMicroseconds method
- 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) => _timestamps[phase.index];