Package com.wowza.wms.module
Interface IModuleOnHTTPSmoothStreamingSession
public interface IModuleOnHTTPSmoothStreamingSession
IModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHTTPSmoothStreamingSessionCreate
(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is created.void
onHTTPSmoothStreamingSessionDestroy
(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is destroyed.
-
Method Details
-
onHTTPSmoothStreamingSessionCreate
void onHTTPSmoothStreamingSessionCreate(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is created.- Parameters:
httpSmoothStreamingSession
- httpSmoothStreamingSession
-
onHTTPSmoothStreamingSessionDestroy
void onHTTPSmoothStreamingSessionDestroy(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is destroyed.- Parameters:
httpSmoothStreamingSession
- httpSmoothStreamingSession
-