}
// TestTODO
public IITVisual getCurrentVisual() throws JitcaGeneralException {
try {
return new ITVisualImpl(
this.iTunesCom.getPropertyAsDispatchObject("CurrentVisual"));
} catch (DispatchObjectNullException e) {
return null; // no current visual
}
}