Class Block

java.lang.Object
com.jcraft.jorbis.Block

@Environment(CLIENT) public class Block extends Object
  • Field Details

    • pcm

      float[][] pcm
    • opb

      Buffer opb
    • lW

      int lW
    • W

      int W
    • nW

      int nW
    • pcmend

      int pcmend
    • mode

      int mode
    • eofflag

      int eofflag
    • granulepos

      long granulepos
    • sequence

      long sequence
    • vd

    • glue_bits

      int glue_bits
    • time_bits

      int time_bits
    • floor_bits

      int floor_bits
    • res_bits

      int res_bits
  • Constructor Details

    • Block

      public Block(DspState dspState)
  • Method Details

    • init

      public void init(DspState dspState)
    • clear

      public int clear()
    • synthesis

      public int synthesis(Packet packet)