MPEG2AudioPacketProcessor, MPEG2PESAssembler, MPEG2PESPacketProcessor, MPEG2RawAssembler, MPEG2RawPacketProcessor, MPEG2SectionAssembler, MPEG2VideoPacketProcessorpublic interface IMPEG2PacketProcessor
| Modifier and Type | Method | Description |
|---|---|---|
void |
notifyAdaptationHeaders(boolean notify) |
Notify adaptation headers.
|
void |
processMpeg2Buffer(int pid,
byte[] bytes,
int offset,
int count) |
Process mpeg2 raw buffer.
|
void |
processMpeg2Packet(MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet packet) |
Process mpeg2 packet.
|
void notifyAdaptationHeaders(boolean notify)
notify - the notifyvoid processMpeg2Buffer(int pid,
byte[] bytes,
int offset,
int count)
bytes - offset - count - void processMpeg2Packet(MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet packet) throws java.io.IOException
packet - the packetjava.io.IOException - Signals that an I/O exception has occurred.