Package com.wowza.wms.sourcecontrol
Interface ISourceControl
- 
- All Known Subinterfaces:
- ISourceControlCamera
 
 public interface ISourceControlPublic interface to generic source control device. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wowza.wms.sourcecontrol.drivers.SourceControlContextcreateContext()Create an empty context structureISourceControlSessioncreateSourceControlSession(String streamName, IApplicationInstance appInstance)Create a SourceControlSession for the device and associate it with the provided stream name and application instancecom.wowza.wms.sourcecontrol.drivers.SourceControlContextgetContext()Get the SourceControlContext for the device.com.wowza.wms.sourcecontrol.drivers.SourceControlInformationgetSouceFeatures()Get the SourceControlFeatures for the device.com.wowza.wms.sourcecontrol.drivers.SourceControlInformationgetSouceInformation()Get the SourceControlInformation for the device.voidsetContext(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context)Set the SourceControlContext for the device.
 
- 
- 
- 
Method Detail- 
createContextcom.wowza.wms.sourcecontrol.drivers.SourceControlContext createContext() Create an empty context structure
 - 
setContextvoid setContext(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context) Set the SourceControlContext for the device.- Parameters:
- context-
 
 - 
getContextcom.wowza.wms.sourcecontrol.drivers.SourceControlContext getContext() Get the SourceControlContext for the device.- Returns:
- SourceControlContext the source control context for this source control device
 
 - 
getSouceInformationcom.wowza.wms.sourcecontrol.drivers.SourceControlInformation getSouceInformation() Get the SourceControlInformation for the device.- Returns:
- SourceControlInformation class containing information and features about the source control device
 
 - 
getSouceFeaturescom.wowza.wms.sourcecontrol.drivers.SourceControlInformation getSouceFeatures() Get the SourceControlFeatures for the device.- Returns:
- SourceControlFeatures class containing information and features about the source control device
 
 - 
createSourceControlSessionISourceControlSession createSourceControlSession(String streamName, IApplicationInstance appInstance) Create a SourceControlSession for the device and associate it with the provided stream name and application instance- Parameters:
- streamName- the stream name to associate the source control session with
- appInstance- the application instance to associate the source control session with
 
 
- 
 
-