- code cleanup

- Verbeteringen in stoppen van audio
-- Simpelere afhandeling
-- Thread stopt wanneer (clip != null) ipv .stop()
This commit is contained in:
Bilel Bghiel
2015-06-19 19:40:35 +02:00
parent c019fdeea3
commit b86ce91755
11 changed files with 77 additions and 135 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ public class NetworkHandler implements Runnable{
private DatagramSocket udp;
private String host;
private int port;
private int port;
private boolean running;
private Thread t;
private Thread t;
private byte[] send,
receive;