Package com.wowza.wms.module
Interface IModuleOnHTTPSanJoseStreamingSession
- 
 public interface IModuleOnHTTPSanJoseStreamingSessionIModuleOnHTTPSanJoseStreamingSession: method interface for HTTP SanJose Streaming session create/destroy. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPSanJoseStreamingSessionCreate(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession)Invoked when an HTTP SanJose Streaming session is created.voidonHTTPSanJoseStreamingSessionDestroy(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession)Invoked when an HTTP SanJose Streaming session is destroyed.
 
- 
- 
- 
Method Detail- 
onHTTPSanJoseStreamingSessionCreatevoid onHTTPSanJoseStreamingSessionCreate(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is created.- Parameters:
- httpSanJoseStreamingSession- httpSanJoseStreamingSession
 
 - 
onHTTPSanJoseStreamingSessionDestroyvoid onHTTPSanJoseStreamingSessionDestroy(com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose httpSanJoseStreamingSession) Invoked when an HTTP SanJose Streaming session is destroyed.- Parameters:
- httpSanJoseStreamingSession- httpSanJoseStreamingSession
 
 
- 
 
-