public interface IHTTPStreamerSessionNotify
IHTTPStreamerSessionNotify: HTTP session create/destroy interface
| Modifier and Type | Method | Description |
|---|---|---|
void |
onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession) |
Called when an HTTP streaming session is created
|
void |
onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession) |
Called when an HTTP streaming session is destroyed
|
void onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
httpStreamerSession - HTTP streaming sessionvoid onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
httpStreamerSession - HTTP streaming session