Package com.wowza.wms.transport.mpeg2
Class MPEG2PESPacket
Object
com.wowza.wms.rtp.depacketizer.RTPPacket
com.wowza.wms.transport.mpeg2.MPEG2PESPacket
public class MPEG2PESPacket
extends com.wowza.wms.rtp.depacketizer.RTPPacket
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
boolean
static final int
boolean
Fields inherited from class com.wowza.wms.rtp.depacketizer.RTPPacket
codec, debugLog, fixH264VideoNALLenStartcodeMix, fixH264WrappingProblems, fragments, frameType, getProperties, isAllISliceKey, isISliceKey, isRTPPacketDebug, nalUnitFilter, sendCodecConfigChanges, seq, size, timecode, timecodeMillis, timeoffset, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wowza.wms.rtp.depacketizer.RTPPacket
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, write
-
Field Details
-
INVALID
public static final int INVALID- See Also:
-
continuityCounter
public int continuityCounter -
continuityCouterError
public boolean continuityCouterError -
bufferPos
public int bufferPos -
packetStarted
public boolean packetStarted
-
-
Constructor Details
-
MPEG2PESPacket
public MPEG2PESPacket() -
MPEG2PESPacket
public MPEG2PESPacket(long seq, long timecode)
-
-
Method Details
-
clear
public void clear() -
addFragment
- Overrides:
addFragment
in classcom.wowza.wms.rtp.depacketizer.RTPPacket
-
findPESHeaders
-