Skip to content

//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

hashThe audio hash.
posThe position in the hash.
lenThe length of the hash.
nresultsThe number of results to return.