public class ITLibArtwork extends ReferenceCountedObject
pointer
Constructor | Description |
---|---|
ITLibArtwork(long pointer) |
Modifier and Type | Method | Description |
---|---|---|
int |
_getImageDataFormat() |
|
Image |
getImage() |
Convenience method that decodes the data returned by
getImageData() and turns it into an Image . |
byte[] |
getImageData() |
|
ITLibArtworkFormat |
getImageDataFormat() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release, retain
public Image getImage()
getImageData()
and turns it into an Image
.
Decoding failures are caught and logged.
null
, if the image data is not available
or cannot be decoded.public byte[] getImageData()
public ITLibArtworkFormat getImageDataFormat()
public int _getImageDataFormat()