public interface AudioSink
InputStream.| Modifier and Type | Method and Description |
|---|---|
javax.sound.sampled.AudioFormat |
getAudioFormat()
Retrieves the audio format that this sink is consuming.
|
void |
setInputStream(java.io.InputStream in)
Sets the stream to send audio data.
|