Uses of Interface
com.wowza.wms.pushpublish.model.IPushPublishSession
- 
Packages that use IPushPublishSession Package Description com.wowza.wms.application com.wowza.wms.module com.wowza.wms.pushpublish.model com.wowza.wms.pushpublish.protocol.rtmp com.wowza.wms.pushpublish.protocol.rtp 
- 
- 
Uses of IPushPublishSession in com.wowza.wms.applicationMethods in com.wowza.wms.application that return types with arguments of type IPushPublishSession Modifier and Type Method Description java.util.List<IPushPublishSession>IApplicationInstance. getPushPublishSessions()Get all active push publish sessionsjava.util.List<IPushPublishSession>IApplicationInstance. getPushPublishSessions(IMediaStream stream)Get the current push publish sessions for a given IMediaStreamMethods in com.wowza.wms.application with parameters of type IPushPublishSession Modifier and Type Method Description voidIApplicationInstance. addPushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)Add a push publish session to the list of active push publish sessionsvoidIApplicationInstance. notifyPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Notify push publish session createvoidIApplicationInstance. notifyPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Notify push publish session destroyvoidIApplicationInstance. removePushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)Remove a push publish session
- 
Uses of IPushPublishSession in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type IPushPublishSession Modifier and Type Method Description voidIModuleOnPushPublish. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is createdvoidIModuleOnPushPublish. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is destroyed
- 
Uses of IPushPublishSession in com.wowza.wms.pushpublish.modelClasses in com.wowza.wms.pushpublish.model that implement IPushPublishSession Modifier and Type Class Description classPushPublishSessionBaseclassPushPublishSessionHTTPBaseFields in com.wowza.wms.pushpublish.model declared as IPushPublishSession Modifier and Type Field Description protected IPushPublishSessionPushPublishBase. pushPublishSessionMethods in com.wowza.wms.pushpublish.model that return IPushPublishSession Modifier and Type Method Description IPushPublishSessionIPushPublish. createPushPublishSession()IPushPublishSessionPushPublishBase. createPushPublishSession()Methods in com.wowza.wms.pushpublish.model with parameters of type IPushPublishSession Modifier and Type Method Description voidIPushPublishSessionNotify. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is createdvoidPushPublishSessionNotifyBase. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)voidIPushPublishSessionNotify. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)Invoked when push publish session is destroyedvoidPushPublishSessionNotifyBase. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
- 
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtmpClasses in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishSession Modifier and Type Class Description classPushPublishSessionRTMPMethods in com.wowza.wms.pushpublish.protocol.rtmp that return IPushPublishSession Modifier and Type Method Description IPushPublishSessionPushPublishRTMP. createPushPublishSession()
- 
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtpClasses in com.wowza.wms.pushpublish.protocol.rtp that implement IPushPublishSession Modifier and Type Class Description classPushPublishSessionRTPMethods in com.wowza.wms.pushpublish.protocol.rtp that return IPushPublishSession Modifier and Type Method Description IPushPublishSessionPushPublishRTP. createPushPublishSession()
 
-