| Interface | Description |
|---|---|
| IModuleCallResult |
IModuleCallResult: callback interface used by IClient call.
|
| IModuleNotify |
IModuleNotify: listener interface for listening to module loading and unloading.
|
| IModuleOnApp |
IModuleCallResult: method interface examples for application level methods in a module.
|
| IModuleOnApp2 | |
| IModuleOnCall |
IModuleOnCall: method interface example for the catch-all method handler onCall.
|
| IModuleOnConnect |
IModuleOnConnect: method interface examples for client level methods in a module.
|
| IModuleOnHTTPCmafEncryption |
IModuleOnHTTPCmafEncryption: listener interface for listening to CMAF encryption events.
|
| IModuleOnHTTPCupertinoEncryption |
IModuleOnHTTPCupertinoEncryption: listener interface for listening to AES-128 encryption events.
|
| IModuleOnHTTPCupertinoStreamingSession |
IModuleOnHTTPSession: method interface for HTTP Cupertino Streaming session create/destroy.
|
| IModuleOnHTTPMPEGDashEncryption |
IModuleOnHTTPMPEGDashEncryption: listener interface for listening to MPEG-DASH encryption events.
|
| IModuleOnHTTPMPEGDashStreamingSession |
IModuleOnHTTPMPEGDashStreamingSession: method interface for HTTP MPEGDash Streaming session create/destroy.
|
| IModuleOnHTTPSanJoseStreamingSession |
IModuleOnHTTPSanJoseStreamingSession: method interface for HTTP SanJose Streaming session create/destroy.
|
| IModuleOnHTTPSession |
IModuleOnHTTPSession: method interface for HTTP Streaming session create/destroy.
|
| IModuleOnHTTPSmoothStreamingPlayReady |
IModuleOnHTTPSmoothStreamingPlayReady: Still working on this...
|
| IModuleOnHTTPSmoothStreamingSession |
IModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy.
|
| IModuleOnPushPublish | |
| IModuleOnRTPSession |
IModuleOnRTPSession: method interface for RTP session create/destroy.
|
| IModuleOnStream |
IModuleOnStream: method interface examples for stream level methods in a module.
|
| IModulePingResult |
IModulePingResult: callback interface used by IClient ping.
|
| Class | Description |
|---|---|
| ModuleBase |
ModuleBase: Base class that all server side modules should extend.
|
| ModuleClientLogging | |
| ModuleCore |
ModuleCore includes all the basic commands support by the NetStream and NetConnection client side objects.
|
| ServerListenerStreamDemoPublisher |