}
// TestTODO
public IITVisualCollection getVisuals() throws JitcaGeneralException {
try {
return new ITVisualCollectionImpl(
this.iTunesCom.getPropertyAsDispatchObject("Visuals"));
} catch (DispatchObjectNullException e) {
return null; // no Visuals
}
}