| Package | Description |
|---|---|
| com.wowza.wms.application | |
| com.wowza.wms.sourcecontrol | |
| com.wowza.wms.sourcecontrol.manager |
| Modifier and Type | Method | Description |
|---|---|---|
ISourceControlSession |
IApplicationInstance.getSourceControlSession(String streamName) |
Get the source control session for the given stream name
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ISourceControlSession> |
IApplicationInstance.getSourceControlSessions() |
Get all active source control sessions
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IApplicationInstance.addSourceControlSession(String streamName,
ISourceControlSession sourceControlSession) |
Add a source control session to the list of active source control sessions associated with the given stream name
|
void |
IApplicationInstance.notifySourceControlSessionCreate(String streamName,
ISourceControlSession sourceControlSession) |
Notify source control session create
|
void |
IApplicationInstance.notifySourceControlSessionDestroy(String streamName,
ISourceControlSession sourceControlSession) |
Notify source control session destroy
|
| Modifier and Type | Method | Description |
|---|---|---|
ISourceControlSession |
ISourceControl.createSourceControlSession(String streamName,
IApplicationInstance appInstance) |
Create a SourceControlSession for the device and associate it with the provided stream name and application instance
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ISourceControlSessionNotify.onSourceControlSessionCreate(String streamName,
ISourceControlSession sourceControlSession) |
Invoked when source control session is created
|
void |
ISourceControlSessionNotify.onSourceControlSessionDestroy(String streamName,
ISourceControlSession sourceControlSession) |
Invoked when source control session is destroyed
|
| Modifier and Type | Method | Description |
|---|---|---|
ISourceControlSession |
SourceControlManager.createSourceControlSession(String streamName,
IApplicationInstance appInstance) |
Creates a SourceControlSession for the indicated stream and application instance.
|