Class SignatureUpdate


  • @API(status=STABLE)
    public class SignatureUpdate
    extends Object
    Provides notification when the track signature associated with a player changes.
    Author:
    James Elliott
    • Field Detail

      • player

        @API(status=STABLE)
        public final int player
        The player number for which a signature change has occurred.
      • signature

        @API(status=STABLE)
        public final String signature
        The track signature now associated with the track loaded in the player. Will be null if we don't yet have enough metadata about the track to compute its signature (including for a brief period after a new track has been loaded while the various metadata finders are retrieving the information they need).
    • Constructor Detail

      • SignatureUpdate

        @API(status=STABLE)
        public SignatureUpdate​(int player,
                               String signature)