MCPcopy
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

seekedAudioMethod · 0.80
fastSeekedAudioMethod · 0.80
constructorFunction · 0.80
getCurrentTimeFunction · 0.80
completionFunction · 0.80
setPlaybackRateFunction · 0.80
playFunction · 0.80
seekedVideoMethod · 0.80
fastSeekedVideoMethod · 0.80
webcodecSeekedVideoMethod · 0.80
ffmpegSeekedVideoMethod · 0.80
constructorMethod · 0.80

Calls 1

framesToSecondsMethod · 0.95

Tested by

no test coverage detected