public class FingerprintHit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
hash
The fingerprint hash
|
int |
identifier
The audio identifier
|
int |
matchFrequency
The frequency bin index of the matching audio.
|
int |
matchTime
Time in analysis blocks in the original, matched audio.
|
int |
matchTimeDelta
The delta, expressed in analysis frames, between the first and third event point.
|
int |
queryFrequency
The frequency bin index of the query.
|
int |
queryTime
Time in analysis blocks in the query.
|
int |
queryTimeDelta
The delta, expressed in analysis frames, between the first and third event point.
|
Constructor and Description |
---|
FingerprintHit() |
Modifier and Type | Method and Description |
---|---|
double |
detailedFrequencyRatio() |
double |
detailedTimeRatio() |
boolean |
equals(java.lang.Object other) |
int |
frequencyDifferenceInCents() |
int |
frequencyRatio()
The ratio between the reference and query frequency.
|
int |
hashCode() |
int |
roughTimeDifference() |
int |
timeDifference() |
float |
timeRatio()
The ratio between the time delta's.
|
public int identifier
public int matchTime
public int matchFrequency
public int matchTimeDelta
public int queryFrequency
public int queryTime
public int queryTimeDelta
public int hash
public float timeRatio()
public int frequencyRatio()
public int timeDifference()
public int roughTimeDifference()
public int frequencyDifferenceInCents()
public double detailedTimeRatio()
public double detailedFrequencyRatio()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object