Uses of Interface
com.wowza.wms.pushpublish.model.IPushPublishSession
Packages that use IPushPublishSession
Package
Description
-
Uses of IPushPublishSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type IPushPublishSessionModifier and TypeMethodDescriptionIApplicationInstance.getPushPublishSessions()
Get all active push publish sessionsIApplicationInstance.getPushPublishSessions
(IMediaStream stream) Get the current push publish sessions for a given IMediaStreamMethods in com.wowza.wms.application with parameters of type IPushPublishSessionModifier and TypeMethodDescriptionvoid
IApplicationInstance.addPushPublishSession
(IMediaStream stream, IPushPublishSession pushPublishSession) Add a push publish session to the list of active push publish sessionsvoid
IApplicationInstance.notifyPushPublishSessionCreate
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Notify push publish session createvoid
IApplicationInstance.notifyPushPublishSessionDestroy
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Notify push publish session destroyvoid
IApplicationInstance.removePushPublishSession
(IMediaStream stream, IPushPublishSession pushPublishSession) Remove a push publish session -
Uses of IPushPublishSession in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IPushPublishSessionModifier and TypeMethodDescriptionvoid
IModuleOnPushPublish.onPushPublishSessionCreate
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Invoked when push publish session is createdvoid
IModuleOnPushPublish.onPushPublishSessionDestroy
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Invoked when push publish session is destroyed -
Uses of IPushPublishSession in com.wowza.wms.pushpublish.model
Classes in com.wowza.wms.pushpublish.model that implement IPushPublishSessionFields in com.wowza.wms.pushpublish.model declared as IPushPublishSessionModifier and TypeFieldDescriptionprotected IPushPublishSession
PushPublishBase.pushPublishSession
Methods in com.wowza.wms.pushpublish.model that return IPushPublishSessionModifier and TypeMethodDescriptionIPushPublish.createPushPublishSession()
PushPublishBase.createPushPublishSession()
Methods in com.wowza.wms.pushpublish.model with parameters of type IPushPublishSessionModifier and TypeMethodDescriptionvoid
IPushPublishSessionNotify.onPushPublishSessionCreate
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Invoked when push publish session is createdvoid
PushPublishSessionNotifyBase.onPushPublishSessionCreate
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) void
IPushPublishSessionNotify.onPushPublishSessionDestroy
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) Invoked when push publish session is destroyedvoid
PushPublishSessionNotifyBase.onPushPublishSessionDestroy
(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession) -
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtmp
Classes in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishSessionMethods in com.wowza.wms.pushpublish.protocol.rtmp that return IPushPublishSession -
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtp
Classes in com.wowza.wms.pushpublish.protocol.rtp that implement IPushPublishSessionMethods in com.wowza.wms.pushpublish.protocol.rtp that return IPushPublishSession