Package com.wowza.wms.sourcecontrol
Interface ISourceControlSession
public interface ISourceControlSession
Public interface for a Source Control device session
-
Method Summary
Modifier and TypeMethodDescriptionGet the IApplicationInstance associated with this sessionGet the underlying ISourceControl implementationGet the stream name associated with this sessionvoid
setApplicationInstance
(IApplicationInstance appInstance) Set the IApplicationInstance associated wit this sessionvoid
setSrouceControlImpl
(ISourceControl sourceControlImpl) Set the underlying ISourceControl Implementationvoid
setStreamName
(String streamName) Set the stream name associated with this session
-
Method Details
-
getSourceControlImpl
ISourceControl getSourceControlImpl()Get the underlying ISourceControl implementation- Returns:
- ISourceControl implementation
-
setSrouceControlImpl
Set the underlying ISourceControl Implementation- Parameters:
sourceControlImpl
- implementation
-
getApplicationInstance
IApplicationInstance getApplicationInstance()Get the IApplicationInstance associated with this session- Returns:
- IApplicationInstance associated with this session
-
setApplicationInstance
Set the IApplicationInstance associated wit this session- Parameters:
appInstance
- IApplicationInstance to associate with this session
-
getStreamName
String getStreamName()Get the stream name associated with this session- Returns:
- String containing the stream name
-
setStreamName
Set the stream name associated with this session- Parameters:
streamName
- A String containing the stream name to associate with this session
-