| Package | Description |
|---|---|
| com.wowza.wms.module |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyCreateVOD(HTTPStreamerSessionCupertino httpSession,
byte[] encKey) |
Called when video on demand key is requested (per-session)
|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyData(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp,
byte[] encKeyData) |
Called when a key data is requested.
|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp) |
Called when a key is requested.
|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyVODChunk(HTTPStreamerSessionCupertino httpSession,
IHTTPStreamerCupertinoIndex index,
com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo,
long chunkId,
int mode) |
Called when video on demand key is requested (per-session).
|
void |
IModuleOnHTTPCupertinoStreamingSession.onHTTPCupertinoStreamingSessionCreate(HTTPStreamerSessionCupertino httpCupertinoStreamingSession) |
Invoked when an HTTP Cupertino Streaming session is created.
|
void |
IModuleOnHTTPCupertinoStreamingSession.onHTTPCupertinoStreamingSessionDestroy(HTTPStreamerSessionCupertino httpCupertinoStreamingSession) |
Invoked when an HTTP Cupertino Streaming session is destroyed.
|