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.sourcecontrolSubinterfaces of ISourceControl in com.wowza.wms.sourcecontrol Modifier and Type Interface Description interfaceISourceControlCameraPublic interface for a Camera Source Control device.Methods in com.wowza.wms.sourcecontrol that return ISourceControl Modifier and Type Method Description ISourceControlISourceControlSession. getSourceControlImpl()Get the underlying ISourceControl implementationMethods in com.wowza.wms.sourcecontrol with parameters of type ISourceControl Modifier and Type Method Description voidISourceControlSession. setSrouceControlImpl(ISourceControl sourceControlImpl)Set the underlying ISourceControl Implementation
- 
Uses of ISourceControl in com.wowza.wms.sourcecontrol.managerMethods in com.wowza.wms.sourcecontrol.manager that return ISourceControl Modifier and Type Method Description ISourceControlSourceControlManager. getSourceControlInstance(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context)Gets the ISourceControl implemenation for the provided SourceControlContext
 
-