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