Uses of Interface
com.wowza.wms.sourcecontrol.ISourceControlSession
Packages that use ISourceControlSession
Package
Description
-
Uses of ISourceControlSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return ISourceControlSessionModifier and TypeMethodDescriptionIApplicationInstance.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 ISourceControlSessionModifier and TypeMethodDescriptionIApplicationInstance.getSourceControlSessions()
Get all active source control sessionsMethods in com.wowza.wms.application with parameters of type ISourceControlSessionModifier and TypeMethodDescriptionvoid
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 ISourceControlSessionModifier and TypeMethodDescriptionISourceControl.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 ISourceControlSessionModifier and TypeMethodDescriptionvoid
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 ISourceControlSessionModifier and TypeMethodDescriptionSourceControlManager.createSourceControlSession
(String streamName, IApplicationInstance appInstance) Creates a SourceControlSession for the indicated stream and application instance.