Uses of Class
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino

Packages that use HTTPStreamerSessionCupertino
com.wowza.wms.module   
 

Uses of HTTPStreamerSessionCupertino in com.wowza.wms.module
 

Methods in com.wowza.wms.module with parameters of type HTTPStreamerSessionCupertino
 void IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyCreateVOD(HTTPStreamerSessionCupertino httpSession, byte[] encKey)
          Called when video on demand key is requested (per-session)
 void IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession, IHTTPRequest req, IHTTPResponse resp)
          Called when a key is requested.
 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.