public class OggAudioStream extends java.lang.Object implements IAudioStream
| Constructor and Description |
|---|
OggAudioStream(java.io.InputStream p_i51177_1_) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.nio.ByteBuffer |
func_216453_b() |
javax.sound.sampled.AudioFormat |
func_216454_a() |
java.nio.ByteBuffer |
func_216455_a(int p_216455_1_) |
public OggAudioStream(java.io.InputStream p_i51177_1_)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic javax.sound.sampled.AudioFormat func_216454_a()
func_216454_a in interface IAudioStream@Nullable
public java.nio.ByteBuffer func_216455_a(int p_216455_1_)
throws java.io.IOException
func_216455_a in interface IAudioStreamjava.io.IOExceptionpublic java.nio.ByteBuffer func_216453_b()
throws java.io.IOException
func_216453_b in interface IAudioStreamjava.io.IOException