- java.lang.Object
-
- org.deepsymmetry.beatlink.data.AlbumArtUpdate
-
@API(status=STABLE) public class AlbumArtUpdate extends Object
Provides notification when the album art associated with a player changes.- Author:
- James Elliott
-
-
Field Detail
-
player
@API(status=STABLE) public final int player
The player number for which an album art change has occurred.
-
art
@API(status=STABLE) public final AlbumArt art
The album art which is now associated with the track loaded in the player's main deck. Will benullif we don't have any art available (including for a brief period after a new track has been loaded while we are requesting the art).
-
-