//sorisdk/com.iplateia.afplib/AudioDB/match
match
[androidJvm]
fun match(hash: ByteArray, pos: Int, len: Int, nresults: Int): Array<AudioDB.MatchResult>
Matches an audio hash against the database.
Return
An array of match results.
Parameters
androidJvm
hash | The audio hash. |
pos | The position in the hash. |
len | The length of the hash. |
nresults | The number of results to return. |