com.jcraft.jogg

Class Packet

public class Packet extends Object

Field Summary
intbytes
intb_o_s
inte_o_s
longgranulepos
intpacket
longpacketno
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
byte[]packet_base

Field Detail

bytes

public int bytes

b_o_s

public int b_o_s

e_o_s

public int e_o_s

granulepos

public long granulepos

packet

public int packet

packetno

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

packet_base

public byte[] packet_base