Package net.minecraft.client.audio
Interface IAudioStream
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
AudioStreamTest.SineStream
,OggAudioStream
,OggAudioStreamWrapper
public interface IAudioStream extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.sound.sampled.AudioFormat
getFormat()
java.nio.ByteBuffer
read(int p_216455_1_)
-