throw new JitcaFileNotFoundException(fileToPlay);
this.iTunesCom.callProcedure("PlayFile", fileToPlay.getAbsolutePath());
}
public PlayerButtonsState getPlayerButtonsState() {
throw new MethodNotImplemented(
"Method getPlayerButtonsState not implemented yet. It has to be determined how to use functions with multiple output parameters");
}