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 Object
The Class MPEG2MPTSBuffer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet
The Class MPEG2Packet.
-
Constructor Summary
Constructors Constructor Description MPEG2MPTSBuffer(byte[] buf, int offset, int length)
Instantiates a new MPEG2 mpts buffer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet
readPacket()
Read packet.
-
-
-
Method Detail
-
readPacket
public MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet readPacket() throws IllegalArgumentException
Read packet.- Returns:
- the MPEG2 packet
- Throws:
IllegalArgumentException
- the illegal argument exception
-
-