Package com.wowza.wms.transport.mpeg2
Class MPEG2MPTS.MPEG2MPTSBuffer
Object
com.wowza.wms.transport.mpeg2.MPEG2MPTS.MPEG2MPTSBuffer
- Enclosing class:
- MPEG2MPTS
The Class MPEG2MPTSBuffer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
The Class MPEG2Packet. -
Constructor Summary
ConstructorsConstructorDescriptionMPEG2MPTSBuffer
(byte[] buf, int offset, int length) Instantiates a new MPEG2 mpts buffer. -
Method Summary
Modifier and TypeMethodDescriptionRead packet.
-
Constructor Details
-
MPEG2MPTSBuffer
public MPEG2MPTSBuffer(byte[] buf, int offset, int length) Instantiates a new MPEG2 mpts buffer.- Parameters:
buf
- the bufoffset
- the offsetlength
- the length
-
-
Method Details
-
readPacket
Read packet.- Returns:
- the MPEG2 packet
- Throws:
IllegalArgumentException
- the illegal argument exception
-