Package com.wowza.wms.module
Interface IModuleOnHTTPSanJoseStreamingSession
public interface IModuleOnHTTPSanJoseStreamingSession
IModuleOnHTTPSanJoseStreamingSession: method interface for HTTP SanJose Streaming session create/destroy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHTTPSanJoseStreamingSessionCreate
(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is created.void
onHTTPSanJoseStreamingSessionDestroy
(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is destroyed.
-
Method Details
-
onHTTPSanJoseStreamingSessionCreate
void onHTTPSanJoseStreamingSessionCreate(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is created.- Parameters:
httpSanJoseStreamingSession
- httpSanJoseStreamingSession
-
onHTTPSanJoseStreamingSessionDestroy
void onHTTPSanJoseStreamingSessionDestroy(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is destroyed.- Parameters:
httpSanJoseStreamingSession
- httpSanJoseStreamingSession
-