Package com.wowza.wms.transport.mpeg2
Interface IMPEG2PacketProcessor
- 
- All Known Implementing Classes:
- MPEG2AudioPacketProcessor,- MPEG2PESAssembler,- MPEG2PESPacketProcessor,- MPEG2RawAssembler,- MPEG2RawPacketProcessor,- MPEG2SectionAssembler,- MPEG2VideoPacketProcessor
 
 public interface IMPEG2PacketProcessorThe Interface Impeg2PacketProcessor.
- 
- 
Method SummaryAll Methods Instance Methods Abstract 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.
 
- 
- 
- 
Method Detail- 
notifyAdaptationHeadersvoid notifyAdaptationHeaders(boolean notify) Notify adaptation headers.- Parameters:
- notify- the notify
 
 - 
processMpeg2Packetvoid processMpeg2Packet(MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet packet) throws java.io.IOException Process mpeg2 packet.- Parameters:
- packet- the packet
- Throws:
- java.io.IOException- Signals that an I/O exception has occurred.
 
 - 
processMpeg2Buffervoid processMpeg2Buffer(int pid, byte[] bytes, int offset, int count)Process mpeg2 raw buffer.- Parameters:
- bytes-
- offset-
- count-
 
 
- 
 
-