Package net.minecraft.client.sound
Interface AudioStream
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
OggAudioStream
,RepeatingAudioStream
@Environment(CLIENT) public interface AudioStream extends Closeable
-
Method Summary
Modifier and Type Method Description ByteBuffer
getBuffer(int size)
AudioFormat
getFormat()
-
Method Details
-
getFormat
AudioFormat getFormat() -
getBuffer
- Throws:
IOException
-