Uses of Interface
com.wowza.wms.stream.IMediaStreamActionNotify2
-
Packages that use IMediaStreamActionNotify2 Package Description com.wowza.wms.stream -
-
Uses of IMediaStreamActionNotify2 in com.wowza.wms.stream
Subinterfaces of IMediaStreamActionNotify2 in com.wowza.wms.stream Modifier and Type Interface Description interface
IMediaStreamActionNotify3
Classes in com.wowza.wms.stream that implement IMediaStreamActionNotify2 Modifier and Type Class Description class
MediaStreamActionNotify3Base
class
MediaStreamActionNotifyBase
Abstract base class for IMediaCasterNotify interfacesMethods in com.wowza.wms.stream with parameters of type IMediaStreamActionNotify2 Modifier and Type Method Description void
IMediaStream. addClientListener(IMediaStreamActionNotify2 actionListener)
Add client listener.void
IMediaStream. removeClientListener(IMediaStreamActionNotify2 actionListener)
Remove client listener.
-