Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getVideo
Method
getVideo
src/main/java/jace/core/Computer.java:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
final
public
Video getVideo() {
124
return
video;
125
}
126
127
final
public
void
setVideo(Video video) {
128
if
(this.video != null && this.video != video) {
Callers
10
saveScreenshotRaw
Method · 0.80
withVideo
Method · 0.80
readSwitch
Method · 0.80
warmStart
Method · 0.80
isVideoConfigurationCorrect
Method · 0.80
reconfigure
Method · 0.80
readSwitch
Method · 0.80
_callListener
Method · 0.80
doEvent
Method · 0.80
getScreenshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected