Uses of Interface
com.wowza.wms.stream.IMediaStreamLivePacketNotify
-
Packages that use IMediaStreamLivePacketNotify Package Description com.wowza.wms.stream -
-
Uses of IMediaStreamLivePacketNotify in com.wowza.wms.stream
Classes in com.wowza.wms.stream that implement IMediaStreamLivePacketNotify Modifier and Type Class Description class
MediaStreamLivePacketNotifyBase
Methods in com.wowza.wms.stream with parameters of type IMediaStreamLivePacketNotify Modifier and Type Method Description void
IMediaStream. addLivePacketListener(IMediaStreamLivePacketNotify listener)
Add a listener to receiver notification of new live AMF packetsvoid
IMediaStream. removeLivePacketListener(IMediaStreamLivePacketNotify listener)
Remove a listener to receiver notification of new live AMF packets
-