Uses of Interface
com.wowza.wms.stream.IMediaWriterActionNotify
-
Packages that use IMediaWriterActionNotify Package Description com.wowza.wms.application com.wowza.wms.stream -
-
Uses of IMediaWriterActionNotify in com.wowza.wms.application
Methods in com.wowza.wms.application with parameters of type IMediaWriterActionNotify Modifier and Type Method Description void
IApplicationInstance. addMediaWriterListener(IMediaWriterActionNotify listener)
Add a MediaWriter listener class.void
IApplicationInstance. removeMediaWriterListener(IMediaWriterActionNotify listener)
remove MediaWriter listener class. -
Uses of IMediaWriterActionNotify in com.wowza.wms.stream
Classes in com.wowza.wms.stream that implement IMediaWriterActionNotify Modifier and Type Class Description class
MediaWriterActionNotifyBase
Abstract base class for IMediaWriterActionNotify interface
-