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 ByteBuffergetBuffer(int size)AudioFormatgetFormat()
-
Method Details
-
getFormat
AudioFormat getFormat() -
getBuffer
- Throws:
IOException
-