public class SignatureUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
player
The player number for which a signature change has occurred.
|
String |
signature
The track signature now associated with the track loaded in the player.
|
| Constructor and Description |
|---|
SignatureUpdate(int player,
String signature) |
public final int player
public final String signature
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).public SignatureUpdate(int player,
String signature)
Copyright © 2016–2019 Deep Symmetry, LLC. All rights reserved.