Package be.panako.strategy.olaf
Class OlafMatch
java.lang.Object
be.panako.strategy.olaf.OlafMatch
public class OlafMatch
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intidentifierThe match audio identifierlongmatchedNearHashintmatchTimeTime in blocks in the original, matched audio.longoriginalHashintqueryTimeTime in blocks in the query. -
Constructor Summary
Constructors Constructor Description OlafMatch() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
matchedNearHash
public long matchedNearHash -
originalHash
public long originalHash -
identifier
public int identifierThe match audio identifier -
matchTime
public int matchTimeTime in blocks in the original, matched audio. -
queryTime
public int queryTimeTime in blocks in the query.
-
-
Constructor Details
-
OlafMatch
public OlafMatch()
-
-
Method Details
-
Δt
public int Δt() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-