Interface IModuleOnHTTPSanJoseStreamingSession


  • public interface IModuleOnHTTPSanJoseStreamingSession

    IModuleOnHTTPSanJoseStreamingSession: method interface for HTTP SanJose Streaming session create/destroy.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void 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 Detail

      • 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