Interface IModuleOnHTTPSmoothStreamingSession


  • public interface IModuleOnHTTPSmoothStreamingSession

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

    • Method Summary

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

      • 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