public interface IModuleOnHTTPMPEGDashStreamingSession
IModuleOnHTTPMPEGDashStreamingSession: method interface for HTTP MPEGDash Streaming session create/destroy.
| Modifier and Type | Method | Description |
|---|---|---|
void |
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.
|
void onHTTPMPEGDashStreamingSessionCreate(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
httpMPEGDashStreamingSession - httpMPEGDashStreamingSessionvoid onHTTPMPEGDashStreamingSessionDestroy(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
httpMPEGDashStreamingSession - httpMPEGDashStreamingSession