Tanoda
NatSuite.Recorders.Clocks.IClock Interface Reference

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...

Inheritance diagram for NatSuite.Recorders.Clocks.IClock:
NatSuite.Recorders.Clocks.FixedIntervalClock NatSuite.Recorders.Clocks.RealtimeClock

Properties

long timestamp [get]
 Current timestamp in nanoseconds. More...
 

Detailed Description

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.

Definition at line 13 of file IClock.cs.

Property Documentation

◆ timestamp

long NatSuite.Recorders.Clocks.IClock.timestamp
get

Current timestamp in nanoseconds.

Implemented in NatSuite.Recorders.Clocks.FixedIntervalClock, and NatSuite.Recorders.Clocks.RealtimeClock.

Definition at line 18 of file IClock.cs.


The documentation for this interface was generated from the following file: