Package net.minecraft.client.sound
Interface AudioStream
- All Superinterfaces:
 AutoCloseable,Closeable
- All Known Subinterfaces:
 BufferedAudioStream,NonRepeatingAudioStream
- All Known Implementing Classes:
 OggAudioStream,RepeatingAudioStream
- Mappings:
 Namespace Name named net/minecraft/client/sound/AudioStreamintermediary net/minecraft/class_4234official hwk
- 
Method Summary
 
- 
Method Details
- 
getFormat
AudioFormat getFormat()- Mappings:
 Namespace Name Mixin selector named getFormatLnet/minecraft/client/sound/AudioStream;getFormat()Ljavax/sound/sampled/AudioFormat;intermediary method_19719Lnet/minecraft/class_4234;method_19719()Ljavax/sound/sampled/AudioFormat;official aLhwk;a()Ljavax/sound/sampled/AudioFormat;
 - 
read
- Throws:
 IOException- Mappings:
 Namespace Name Mixin selector named readLnet/minecraft/client/sound/AudioStream;read(I)Ljava/nio/ByteBuffer;intermediary method_19720Lnet/minecraft/class_4234;method_19720(I)Ljava/nio/ByteBuffer;official aLhwk;a(I)Ljava/nio/ByteBuffer;
 
 -