46474849505152535455
} } public ITArtworkFormat getFormat() throws ArtworkDeletedException { try { return new ITArtworkFormat(this.iTunesCom.getPropertyAsEnum("Format")); } catch (ITUNES_E_OBJECTDELETED e) { throw new ArtworkDeletedException(this); } }