Tanoda
|
Classes | |
class | FixedIntervalClock |
Clock that produces timestamps spaced at a fixed interval. This clock is useful for enforcing a fixed framerate in a recording. More... | |
interface | IClock |
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... | |
class | RealtimeClock |
Realtime clock for generating timestamps More... | |