Uses of Interface
com.wowza.wms.stream.IMediaStreamNotify
- 
Packages that use IMediaStreamNotify Package Description com.wowza.wms.application com.wowza.wms.stream 
- 
- 
Uses of IMediaStreamNotify in com.wowza.wms.applicationMethods in com.wowza.wms.application with parameters of type IMediaStreamNotify Modifier and Type Method Description voidIApplicationInstance. addMediaStreamListener(IMediaStreamNotify mediaStreamListener)Add mediaStream listener.voidIApplicationInstance. removeMediaStreamListener(IMediaStreamNotify mediaStreamListener)Remove mediaStream listener.
- 
Uses of IMediaStreamNotify in com.wowza.wms.streamFields in com.wowza.wms.stream with type parameters of type IMediaStreamNotify Modifier and Type Field Description protected java.util.List<IMediaStreamNotify>MediaStreamMap. mediaStreamListenersMethods in com.wowza.wms.stream with parameters of type IMediaStreamNotify Modifier and Type Method Description voidMediaStreamMap. addMediaStreamListener(IMediaStreamNotify mediaStreamListener)Add a media stream listener.voidMediaStreamMap. removeMediaStreamListener(IMediaStreamNotify mediaStreamListener)Remove a media stream listener.
 
-