Package com.wowza.wms.sourcecontrol
Interface ISourceControlSessionNotify
public interface ISourceControlSessionNotify
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
onSourceControlSessionCreate
Invoked when source control session is created- Parameters:
streamName
- stream namesourceControlSession
- source control session
-
onSourceControlSessionDestroy
Invoked when source control session is destroyed- Parameters:
streamName
- stream namesourceControlSession
- source Control session
-