ISourceControlCamerapublic interface ISourceControl
Public interface to generic source control device.
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.sourcecontrol.drivers.SourceControlContext |
createContext() |
Create an empty context structure
|
ISourceControlSession |
createSourceControlSession(String streamName,
IApplicationInstance appInstance) |
Create a SourceControlSession for the device and associate it with the provided stream name and application instance
|
com.wowza.wms.sourcecontrol.drivers.SourceControlContext |
getContext() |
Get the SourceControlContext for the device.
|
com.wowza.wms.sourcecontrol.drivers.SourceControlInformation |
getSouceFeatures() |
Get the SourceControlFeatures for the device.
|
com.wowza.wms.sourcecontrol.drivers.SourceControlInformation |
getSouceInformation() |
Get the SourceControlInformation for the device.
|
void |
setContext(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context) |
Set the SourceControlContext for the device.
|
com.wowza.wms.sourcecontrol.drivers.SourceControlContext createContext()
ISourceControlSession createSourceControlSession(String streamName, IApplicationInstance appInstance)
streamName - the stream name to associate the source control session withappInstance - the application instance to associate the source control session withcom.wowza.wms.sourcecontrol.drivers.SourceControlContext getContext()
com.wowza.wms.sourcecontrol.drivers.SourceControlInformation getSouceFeatures()
com.wowza.wms.sourcecontrol.drivers.SourceControlInformation getSouceInformation()
void setContext(com.wowza.wms.sourcecontrol.drivers.SourceControlContext context)
context -