Package sidplay.fingerprinting
Klasse FingerprintJsonClient
java.lang.Object
sidplay.fingerprinting.FingerprintJsonClient
- Alle implementierten Schnittstellen:
IFingerprintMatcher
Send WAV to a server to identify a tune by WhatsSID.
- Autor:
- ken
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFingerprintJsonClient(String url, String username, String password, int connectionTimeout) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprivate MusicInfoWithConfidenceBeanreceiveJson(HttpURLConnection connection) private HttpURLConnectionprivate voidsetMatch(String key, String value, MusicInfoWithConfidenceBean match)
-
Felddetails
-
JSON_STRING_PATTERN
-
JSON_NUMERIC_PATTERN
-
url
-
username
-
password
-
connectionTimeout
private int connectionTimeout
-
-
Konstruktordetails
-
FingerprintJsonClient
-
-
Methodendetails
-
match
- Angegeben von:
matchin SchnittstelleIFingerprintMatcher- Löst aus:
IOException
-
sendJson
- Löst aus:
IOExceptionURISyntaxException
-
receiveJson
- Löst aus:
IOException
-
setMatch
-