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.applicationMethods in com.wowza.wms.application that return ISourceControlSession Modifier and Type Method Description ISourceControlSessionIApplicationInstance. 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 voidIApplicationInstance. addSourceControlSession(String streamName, ISourceControlSession sourceControlSession)Add a source control session to the list of active source control sessions associated with the given stream namevoidIApplicationInstance. notifySourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)Notify source control session createvoidIApplicationInstance. notifySourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)Notify source control session destroy
- 
Uses of ISourceControlSession in com.wowza.wms.sourcecontrolMethods in com.wowza.wms.sourcecontrol that return ISourceControlSession Modifier and Type Method Description ISourceControlSessionISourceControl. 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 voidISourceControlSessionNotify. onSourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)Invoked when source control session is createdvoidISourceControlSessionNotify. onSourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)Invoked when source control session is destroyed
- 
Uses of ISourceControlSession in com.wowza.wms.sourcecontrol.managerMethods in com.wowza.wms.sourcecontrol.manager that return ISourceControlSession Modifier and Type Method Description ISourceControlSessionSourceControlManager. createSourceControlSession(String streamName, IApplicationInstance appInstance)Creates a SourceControlSession for the indicated stream and application instance.
 
-