Package com.wowza.wms.transport.mpeg2
Class MPEG2MPTS.MPEG2MPTSBuffer
- Object
- 
- com.wowza.wms.transport.mpeg2.MPEG2MPTS.MPEG2MPTSBuffer
 
- 
- Enclosing class:
- MPEG2MPTS
 
 public class MPEG2MPTS.MPEG2MPTSBuffer extends ObjectThe Class MPEG2MPTSBuffer.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classMPEG2MPTS.MPEG2MPTSBuffer.MPEG2PacketThe Class MPEG2Packet.
 - 
Constructor SummaryConstructors Constructor Description MPEG2MPTSBuffer(byte[] buf, int offset, int length)Instantiates a new MPEG2 mpts buffer.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MPEG2MPTS.MPEG2MPTSBuffer.MPEG2PacketreadPacket()Read packet.
 
- 
- 
- 
Method Detail- 
readPacketpublic MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet readPacket() throws IllegalArgumentException Read packet.- Returns:
- the MPEG2 packet
- Throws:
- IllegalArgumentException- the illegal argument exception
 
 
- 
 
-