Package com.wowza.wms.transport.mpeg2
Class MPEG2RawAssembler
- Object
- 
- com.wowza.wms.transport.mpeg2.MPEG2RawAssembler
 
- 
- All Implemented Interfaces:
- IMPEG2PacketProcessor
 
 public class MPEG2RawAssembler extends Object implements IMPEG2PacketProcessor 
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.List<IMPEG2RawListener>listeners
 - 
Constructor SummaryConstructors Constructor Description MPEG2RawAssembler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyAdaptationHeaders(boolean notify)Notify adaptation headers.voidprocessMpeg2Buffer(int pid, byte[] bytes, int offset, int count)Process mpeg2 raw buffer.voidprocessMpeg2Packet(MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet packet)Process mpeg2 packet.
 
- 
- 
- 
Field Detail- 
listenerspublic java.util.List<IMPEG2RawListener> listeners 
 
- 
 - 
Method Detail- 
processMpeg2Bufferpublic void processMpeg2Buffer(int pid, byte[] bytes, int offset, int count)Description copied from interface:IMPEG2PacketProcessorProcess mpeg2 raw buffer.- Specified by:
- processMpeg2Bufferin interface- IMPEG2PacketProcessor
 
 - 
notifyAdaptationHeaderspublic void notifyAdaptationHeaders(boolean notify) Description copied from interface:IMPEG2PacketProcessorNotify adaptation headers.- Specified by:
- notifyAdaptationHeadersin interface- IMPEG2PacketProcessor
- Parameters:
- notify- the notify
 
 - 
processMpeg2Packetpublic void processMpeg2Packet(MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet packet) throws java.io.IOException Description copied from interface:IMPEG2PacketProcessorProcess mpeg2 packet.- Specified by:
- processMpeg2Packetin interface- IMPEG2PacketProcessor
- Parameters:
- packet- the packet
- Throws:
- java.io.IOException- Signals that an I/O exception has occurred.
 
 
- 
 
-