Package com.wowza.wms.transport.mpeg2
Interface IMPEG2UserMonitorPESNotify
- 
- All Superinterfaces:
- IMPEG2UserMonitorNotifyBase
 
 public interface IMPEG2UserMonitorPESNotify extends IMPEG2UserMonitorNotifyBase 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDataPES(int pid, MPEG2PESPacket.PESHeader header, byte[] buffer, int offset, int len)- 
Methods inherited from interface com.wowza.wms.transport.mpeg2.IMPEG2UserMonitorNotifyBaseonMonitorStart, onMonitorStop
 
- 
 
- 
- 
- 
Method Detail- 
onDataPESvoid onDataPES(int pid, MPEG2PESPacket.PESHeader header, byte[] buffer, int offset, int len)
 
- 
 
-