public void setFullScreenVisuals(boolean isFullScreen) throws AccessDeniedException {
try {
this.iTunesCom.setProperty("FullScreenVisuals", isFullScreen);
} catch (E_ACCESSDENIED e) {
throw new AccessDeniedException("Full Screen can currently not be set!");
}
}