Uses of Interface
com.wowza.wms.sourcecontrol.ISourceControlSession
-
Packages that use ISourceControlSession Package Description com.wowza.wms.application com.wowza.wms.sourcecontrol com.wowza.wms.sourcecontrol.manager -
-
Uses of ISourceControlSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return ISourceControlSession Modifier and Type Method Description ISourceControlSession
IApplicationInstance. getSourceControlSession(String streamName)
Get the source control session for the given stream nameMethods in com.wowza.wms.application that return types with arguments of type ISourceControlSession Modifier and Type Method Description java.util.List<ISourceControlSession>
IApplicationInstance. getSourceControlSessions()
Get all active source control sessionsMethods in com.wowza.wms.application with parameters of type ISourceControlSession Modifier and Type Method Description void
IApplicationInstance. addSourceControlSession(String streamName, ISourceControlSession sourceControlSession)
Add a source control session to the list of active source control sessions associated with the given stream namevoid
IApplicationInstance. notifySourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)
Notify source control session createvoid
IApplicationInstance. notifySourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)
Notify source control session destroy -
Uses of ISourceControlSession in com.wowza.wms.sourcecontrol
Methods in com.wowza.wms.sourcecontrol that return ISourceControlSession Modifier and Type Method Description ISourceControlSession
ISourceControl. createSourceControlSession(String streamName, IApplicationInstance appInstance)
Create a SourceControlSession for the device and associate it with the provided stream name and application instanceMethods in com.wowza.wms.sourcecontrol with parameters of type ISourceControlSession Modifier and Type Method Description void
ISourceControlSessionNotify. onSourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is createdvoid
ISourceControlSessionNotify. onSourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is destroyed -
Uses of ISourceControlSession in com.wowza.wms.sourcecontrol.manager
Methods in com.wowza.wms.sourcecontrol.manager that return ISourceControlSession Modifier and Type Method Description ISourceControlSession
SourceControlManager. createSourceControlSession(String streamName, IApplicationInstance appInstance)
Creates a SourceControlSession for the indicated stream and application instance.
-