Interface IModuleOnHTTPMPEGDashStreamingSession


  • public interface IModuleOnHTTPMPEGDashStreamingSession

    IModuleOnHTTPMPEGDashStreamingSession: method interface for HTTP MPEGDash Streaming session create/destroy.

    • Method Detail

      • onHTTPMPEGDashStreamingSessionCreate

        void onHTTPMPEGDashStreamingSessionCreate​(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
        Invoked when an HTTP MPEGDash Streaming session is created.
        Parameters:
        httpMPEGDashStreamingSession - httpMPEGDashStreamingSession
      • onHTTPMPEGDashStreamingSessionDestroy

        void onHTTPMPEGDashStreamingSessionDestroy​(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
        Invoked when an HTTP MPEGDash Streaming session is destroyed.
        Parameters:
        httpMPEGDashStreamingSession - httpMPEGDashStreamingSession