Package com.wowza.wms.sourcecontrol
Interface ISourceControlSessionNotify
-
public interface ISourceControlSessionNotify
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is createdvoid
onSourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is destroyed
-
-
-
Method Detail
-
onSourceControlSessionCreate
void onSourceControlSessionCreate(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is created- Parameters:
streamName
- stream namesourceControlSession
- source control session
-
onSourceControlSessionDestroy
void onSourceControlSessionDestroy(String streamName, ISourceControlSession sourceControlSession)
Invoked when source control session is destroyed- Parameters:
streamName
- stream namesourceControlSession
- source Control session
-
-