Package com.wowza.wms.module
Interface IModuleOnHTTPMPEGDashStreamingSession
public interface IModuleOnHTTPMPEGDashStreamingSession
IModuleOnHTTPMPEGDashStreamingSession: method interface for HTTP MPEGDash Streaming session create/destroy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHTTPMPEGDashStreamingSessionCreate
(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession) Invoked when an HTTP MPEGDash Streaming session is created.void
onHTTPMPEGDashStreamingSessionDestroy
(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession) Invoked when an HTTP MPEGDash Streaming session is destroyed.
-
Method Details
-
onHTTPMPEGDashStreamingSessionCreate
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
-