Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ getLastFrame
Method
getLastFrame
packages/2d/src/lib/utils/video/parser/parser.ts:248–250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
246
}
247
248
public getLastFrame() {
249
return
this.sampler?.getLastFrame();
250
}
251
252
public close() {
253
this.sampler?.getSegment().close();
Callers
4
getFrame
Function · 0.45
getNextFrame
Method · 0.45
close
Method · 0.45
handleDecodeVideoFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected