public class MPEG2PESPacket
extends com.wowza.wms.rtp.depacketizer.RTPPacket
| Modifier and Type | Class and Description |
|---|---|
class |
MPEG2PESPacket.PESHeader
The Class PESHeader.
|
| Modifier and Type | Field and Description |
|---|---|
int |
bufferPos |
int |
continuityCounter |
boolean |
continuityCouterError |
static int |
INVALID |
boolean |
packetStarted |
codec, debugLog, fixH264VideoNALLenStartcodeMix, fixH264WrappingProblems, fragments, frameType, getProperties, isAllISliceKey, isISliceKey, isRTPPacketDebug, nalUnitFilter, sendCodecConfigChanges, seq, size, timecode, timecodeMillis, timeoffset, type| Constructor and Description |
|---|
MPEG2PESPacket() |
MPEG2PESPacket(long seq,
long timecode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFragment(PacketFragment fragment) |
void |
clear() |
java.util.Map<Integer,java.nio.ByteBuffer> |
findPESHeaders() |
addFragment, clearFragments, clone, decodeAud, decodeAudNALUnit, getBytes, getCodec, getFirstFragment, getFragments, getFrameType, getH264CodecConfigInfo, getH265CodecConfigInfo, getLastFragment, getSeq, getSize, getTimecode, getTimecodeMillis, getTimeoffset, getType, h264StartCodesToLengths, h265StartCodesToLengths, incSize, isDebugLog, isFixH264WrappingProblems, setCodec, setDebugLog, setFixH264WrappingProblems, setFrameType, setSeq, setSize, setTimecode, setTimecodeMillis, setTimeoffset, setType, toArray, write, writepublic int bufferPos
public int continuityCounter
public boolean continuityCouterError
public static final int INVALID
public boolean packetStarted
public MPEG2PESPacket()
public MPEG2PESPacket(long seq,
long timecode)
public void addFragment(PacketFragment fragment)
addFragment in class com.wowza.wms.rtp.depacketizer.RTPPacketpublic void clear()
public java.util.Map<Integer,java.nio.ByteBuffer> findPESHeaders()