()
| 199 | } |
| 200 | |
| 201 | private boolean isVideoConfigurationCorrect() { |
| 202 | VideoImpls videoSelection = videoRenderer.getValue(); |
| 203 | return videoSelection != null && videoSelection.isInstance(getVideo()); |
| 204 | } |
| 205 | |
| 206 | @Override |
| 207 | protected RAM createMemory() { |
no test coverage detected