Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerSessionNotify
public interface IHTTPStreamerSessionNotify
IHTTPStreamerSessionNotify: HTTP session create/destroy interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHTTPStreamerSessionCreate
(IHTTPStreamerSession httpStreamerSession) Called when an HTTP streaming session is createdvoid
onHTTPStreamerSessionDestroy
(IHTTPStreamerSession httpStreamerSession) Called when an HTTP streaming session is destroyed
-
Method Details
-
onHTTPStreamerSessionCreate
Called when an HTTP streaming session is created- Parameters:
httpStreamerSession
- HTTP streaming session
-
onHTTPStreamerSessionDestroy
Called when an HTTP streaming session is destroyed- Parameters:
httpStreamerSession
- HTTP streaming session
-