Class Packet

java.lang.Object
com.jcraft.jogg.Packet

public class Packet extends Object
  • Field Details Link icon

    • packet_base Link icon

      public byte[] packet_base
    • packet Link icon

      public int packet
    • bytes Link icon

      public int bytes
    • b_o_s Link icon

      public int b_o_s
    • e_o_s Link icon

      public int e_o_s
    • granulepos Link icon

      public long granulepos
    • packetno Link icon

      public long packetno
      sequence number for decode; the framing knows where there's a hole in the data, but we need coupling so that the codec (which is in a seperate abstraction layer) also knows about the gap
  • Constructor Details Link icon

    • Packet Link icon

      public Packet()