Uses of Class
com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer.HTTPStreamerSessionMPEGDash
-
Packages that use HTTPStreamerSessionMPEGDash Package Description com.wowza.wms.module -
-
Uses of HTTPStreamerSessionMPEGDash in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type HTTPStreamerSessionMPEGDash Modifier and Type Method Description void
IModuleOnHTTPMPEGDashEncryption. onHTTPMPEGDashEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)
Called when video on demand key is requested (per-session).void
IModuleOnHTTPMPEGDashEncryption2. onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)
Called when video on demand key is requested (per-session).void
IModuleOnHTTPMPEGDashStreamingSession. onHTTPMPEGDashStreamingSessionCreate(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
Invoked when an HTTP MPEGDash Streaming session is created.void
IModuleOnHTTPMPEGDashStreamingSession. onHTTPMPEGDashStreamingSessionDestroy(HTTPStreamerSessionMPEGDash httpMPEGDashStreamingSession)
Invoked when an HTTP MPEGDash Streaming session is destroyed.
-