public class AlbumArt extends Object
Represents album artwork associated with tracks loaded into players on a DJ Link network, and provides a convenience method for getting a buffered image for drawing the art.
| Modifier and Type | Field and Description |
|---|---|
DataReference |
artReference
The unique artwork identifier that was used to request this album art.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
getImage()
Given the byte buffer containing album art, build an actual image from it for easy rendering.
|
ByteBuffer |
getRawBytes()
Get the raw bytes of the artwork image as returned by the player.
|
String |
toString() |
public final DataReference artReference
public ByteBuffer getRawBytes()
public BufferedImage getImage()
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.