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