Klasse FlacAudioStream

java.lang.Object
de.luckymcdev.foundryengine.client.sound.FlacAudioStream
Alle implementierten Schnittstellen:
Closeable, AutoCloseable, net.minecraft.client.sounds.AudioStream, net.minecraft.client.sounds.FiniteAudioStream

public class FlacAudioStream extends Object implements net.minecraft.client.sounds.FiniteAudioStream
  • Konstruktordetails

  • Methodendetails

    • getFormat

      public AudioFormat getFormat()
      Angegeben von:
      getFormat in Schnittstelle net.minecraft.client.sounds.AudioStream
    • read

      public ByteBuffer read(int expectedSize)
      Angegeben von:
      read in Schnittstelle net.minecraft.client.sounds.AudioStream
    • readAll

      public ByteBuffer readAll()
      Angegeben von:
      readAll in Schnittstelle net.minecraft.client.sounds.FiniteAudioStream
    • close

      public void close() throws IOException
      Angegeben von:
      close in Schnittstelle AutoCloseable
      Angegeben von:
      close in Schnittstelle Closeable
      Löst aus:
      IOException