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
    int identifier
    The match audio identifier
    long matchedNearHash  
    int matchTime
    Time in blocks in the original, matched audio.
    long originalHash  
    int queryTime
    Time in blocks in the query.
  • Constructor Summary

    Constructors
    Constructor Description
    OlafMatch()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  
    int Δt()  

    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 identifier
      The match audio identifier
    • matchTime

      public int matchTime
      Time in blocks in the original, matched audio.
    • queryTime

      public int queryTime
      Time in blocks in the query.
  • Constructor Details

    • OlafMatch

      public OlafMatch()
  • Method Details

    • Δt

      public int Δt()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object