Tanoda
IClock.cs
Go to the documentation of this file.
1/*
2* NatCorder
3* Copyright (c) 2020 Yusuf Olokoba.
4*/
5
7{
13 public interface IClock
14 {
18 long timestamp { get; }
19 }
20}
Clock for generating recording timestamps. Clocks are important for synchronizing audio and video tra...
Definition: IClock.cs:14
long timestamp
Current timestamp in nanoseconds.
Definition: IClock.cs:18