public class NFFTFingerprintHit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
identifier
The audio identifier
|
int |
matchTime
Time in blocks in the original, matched audio.
|
int |
queryTime
Time in blocks in the query.
|
int |
timeDifference
Difference in time between the original, matched audio and the query.
|
Constructor and Description |
---|
NFFTFingerprintHit() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
public int identifier
public int matchTime
public int timeDifference
public int queryTime