Class SignatureUpdate


  • public class SignatureUpdate
    extends Object
    Provides notification when the track signature associated with a player changes.
    Author:
    James Elliott
    • Field Detail

      • player

        public final int player
        The player number for which a signature change has occurred.
      • signature

        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

        public SignatureUpdate​(int player,
                               String signature)