Tanoda
|
Clock for generating recording timestamps. Clocks are important for synchronizing audio and video tracks when recording with audio. Clocks are thread-safe, so they can be used on multiple threads simultaneously. More...
Properties | |
long | timestamp [get] |
Current timestamp in nanoseconds. More... | |
Clock for generating recording timestamps. Clocks are important for synchronizing audio and video tracks when recording with audio. Clocks are thread-safe, so they can be used on multiple threads simultaneously.
|
get |
Current timestamp in nanoseconds.
Implemented in NatSuite.Recorders.Clocks.FixedIntervalClock, and NatSuite.Recorders.Clocks.RealtimeClock.