Interface ICodec

All Known Implementing Classes:
CodecJOrbis, CodecMus, CodecWav

@Environment(CLIENT) public interface ICodec
  • Method Details

    • reverseByteOrder

      void reverseByteOrder(boolean bool)
    • initialize

      boolean initialize(URL uRL)
    • initialized

      boolean initialized()
    • read

      SoundBuffer read()
    • readAll

      SoundBuffer readAll()
    • endOfStream

      boolean endOfStream()
    • cleanup

      void cleanup()
    • getAudioFormat

      AudioFormat getAudioFormat()