MCPcopy Create free account
hub / github.com/badvision/jace / getCurrentWriter

Method getCurrentWriter

src/main/java/jace/core/Video.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public VideoWriter getCurrentWriter() {
114 return currentWriter;
115 }
116
117 public void setCurrentWriter(VideoWriter currentWriter) {
118 if (this.currentWriter != currentWriter || currentWriter.isMixed()) {

Callers 2

tickMethod · 0.95
saveScreenshotRawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected