Uses of Interface
com.wowza.wms.sourcecontrol.ISourceControl
-
Packages that use ISourceControl Package Description com.wowza.wms.sourcecontrol com.wowza.wms.sourcecontrol.manager -
-
Uses of ISourceControl in com.wowza.wms.sourcecontrol
Subinterfaces of ISourceControl in com.wowza.wms.sourcecontrol Modifier and Type Interface Description interface
ISourceControlCamera
Public interface for a Camera Source Control device.Methods in com.wowza.wms.sourcecontrol that return ISourceControl Modifier and Type Method Description ISourceControl
ISourceControlSession. getSourceControlImpl()
Get the underlying ISourceControl implementationMethods in com.wowza.wms.sourcecontrol with parameters of type ISourceControl Modifier and Type Method Description void
ISourceControlSession. setSrouceControlImpl(ISourceControl sourceControlImpl)
Set the underlying ISourceControl Implementation -
Uses of ISourceControl in com.wowza.wms.sourcecontrol.manager
Methods in com.wowza.wms.sourcecontrol.manager that return ISourceControl Modifier and Type Method Description ISourceControl
SourceControlManager. getSourceControlInstance(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context)
Gets the ISourceControl implemenation for the provided SourceControlContext
-