Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ deltaTS
Function
deltaTS
track/media.go:318–323 ·
view source on GitHub ↗
(curTs time.Duration, preTs time.Duration)
Source
from the content-addressed store, hash-verified
316
}
317
318
func
deltaTS(curTs time.Duration, preTs time.Duration) time.Duration {
319
if
curTs < preTs {
320
return
curTs + (1<<32)*time.Millisecond - preTs
321
}
322
return
curTs - preTs
323
}
Callers
1
Flush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected