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