Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ time
Method
time
packages/core/src/app/PlaybackStatus.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
public get time(): number {
28
return
this.framesToSeconds(this.playback.frame);
29
}
30
31
public get frame(): number {
32
return
this.playback.frame;
Callers
15
seekedAudio
Method · 0.80
fastSeekedAudio
Method · 0.80
constructor
Function · 0.80
getCurrentTime
Function · 0.80
completion
Function · 0.80
setPlaybackRate
Function · 0.80
play
Function · 0.80
seekedVideo
Method · 0.80
fastSeekedVideo
Method · 0.80
webcodecSeekedVideo
Method · 0.80
ffmpegSeekedVideo
Method · 0.80
constructor
Method · 0.80
Calls
1
framesToSeconds
Method · 0.95
Tested by
no test coverage detected