deep-c-rsc/mudclient204-threadless/StreamAudioPlayer.java
2021-07-18 21:51:38 -05:00

7 lines
148 B
Java

public class StreamAudioPlayer {
public void stopPlayer() {}
public synchronized void writeStream(byte buff[], int off, int len) {
}
}