Package com.wowza.wms.module
Interface IModuleOnHTTPMPEGDashEncryption2
- 
- All Superinterfaces:
- IModuleOnHTTPMPEGDashEncryption
 
 public interface IModuleOnHTTPMPEGDashEncryption2 extends IModuleOnHTTPMPEGDashEncryption 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)Called when video on demand key is requested (per-session).- 
Methods inherited from interface com.wowza.wms.module.IModuleOnHTTPMPEGDashEncryptiononHTTPMPEGDashEncryptionKeyLiveChunk, onHTTPMPEGDashEncryptionKeyVODChunk
 
- 
 
- 
- 
- 
Method Detail- 
onHTTPMPEGDashRenditionEncryptionKeyVODChunkvoid onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId) Called when video on demand key is requested (per-session). Allows setting of encryption key and URL.- Parameters:
- httpSession- HTTP session
- streamName- Rendition stream name
- index- file index
- cencInfo- Common Encryption information
- chunkId- chunk identifier
 
 
- 
 
-