Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerSessionNotify
-
public interface IHTTPStreamerSessionNotify
IHTTPStreamerSessionNotify: HTTP session create/destroy interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is createdvoid
onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is destroyed
-
-
-
Method Detail
-
onHTTPStreamerSessionCreate
void onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is created- Parameters:
httpStreamerSession
- HTTP streaming session
-
onHTTPStreamerSessionDestroy
void onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is destroyed- Parameters:
httpStreamerSession
- HTTP streaming session
-
-