mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-12 10:48:42 -04:00
SDRDaemon input: use timestamps in milliseconds directly
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
// samples timestamp
|
||||
uint32_t getTVOutSec() const { return m_tvOut_sec; }
|
||||
uint32_t getTVOutUsec() const { return m_tvOut_usec; }
|
||||
uint64_t getTVOutMSec() const { return (m_tvOut_sec * 1000LL) + (m_tvOut_usec/ 1000LL); }
|
||||
|
||||
// stats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user