Class PacketBuffer
java.lang.Object
javaforce.voip.PacketBuffer
-
Field Details
-
debug
public boolean debug -
data
public byte[] data -
offset
public int[] offset -
length
public int[] length -
type
public byte[] type -
nextOffset
public int nextOffset -
head
public int head -
tail
public int tail -
log
public int log
-
-
Constructor Details
-
PacketBuffer
public PacketBuffer(int codecType) PacketBuffer- Parameters:
codecType- = H264 or H265
-
-
Method Details
-
setLog
public void setLog(int id) -
reset
public void reset() -
add
-
removePacket
public void removePacket() -
haveCompleteFrame
public boolean haveCompleteFrame() -
isNextFrame_KeyFrame
public boolean isNextFrame_KeyFrame() -
getNextFrame
-
get_nal_list
-
toString
-