com.wowza.wms.module
Interface IModuleOnHTTPSmoothStreamingSession


public interface IModuleOnHTTPSmoothStreamingSession

IModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy.


Method Summary
 void onHTTPSmoothStreamingSessionCreate(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
          Invoked when an HTTP Smooth Streaming session is created.
 void onHTTPSmoothStreamingSessionDestroy(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
          Invoked when an HTTP Smooth Streaming session is destroyed.
 

Method Detail

onHTTPSmoothStreamingSessionCreate

void onHTTPSmoothStreamingSessionCreate(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
Invoked when an HTTP Smooth Streaming session is created.

Parameters:
httpSmoothStreamingSession - httpSmoothStreamingSession

onHTTPSmoothStreamingSessionDestroy

void onHTTPSmoothStreamingSessionDestroy(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
Invoked when an HTTP Smooth Streaming session is destroyed.

Parameters:
httpSmoothStreamingSession - httpSmoothStreamingSession