Interface IModuleOnHTTPSanJoseStreamingSession


public interface IModuleOnHTTPSanJoseStreamingSession

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

  • Method Summary

    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 Details

    • 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