public interface IModuleOnHTTPSmoothStreamingSession
IModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy.
| Modifier and Type | Method | Description |
|---|---|---|
void |
onHTTPSmoothStreamingSessionCreate(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) |
Invoked when an HTTP Smooth Streaming session is created.
|
void |
onHTTPSmoothStreamingSessionDestroy(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession) |
Invoked when an HTTP Smooth Streaming session is destroyed.
|
void onHTTPSmoothStreamingSessionCreate(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
httpSmoothStreamingSession - httpSmoothStreamingSessionvoid onHTTPSmoothStreamingSessionDestroy(HTTPStreamerSessionSmoothStreamer httpSmoothStreamingSession)
httpSmoothStreamingSession - httpSmoothStreamingSession