Package com.wowza.wms.module
Interface IModuleOnHTTPSmoothStreamingSession
- 
 public interface IModuleOnHTTPSmoothStreamingSessionIModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPSmoothStreamingSessionCreate(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)Invoked when an HTTP Smooth Streaming session is created.voidonHTTPSmoothStreamingSessionDestroy(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)Invoked when an HTTP Smooth Streaming session is destroyed.
 
- 
- 
- 
Method Detail- 
onHTTPSmoothStreamingSessionCreatevoid onHTTPSmoothStreamingSessionCreate(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is created.- Parameters:
- httpSmoothStreamingSession- httpSmoothStreamingSession
 
 - 
onHTTPSmoothStreamingSessionDestroyvoid onHTTPSmoothStreamingSessionDestroy(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) Invoked when an HTTP Smooth Streaming session is destroyed.- Parameters:
- httpSmoothStreamingSession- httpSmoothStreamingSession
 
 
- 
 
-