Uses of Interface
com.wowza.wms.httpstreamer.mpegdashstreaming.file.IHTTPStreamerMPEGDashIndex
- 
Packages that use IHTTPStreamerMPEGDashIndex Package Description com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer com.wowza.wms.httpstreamer.mpegdashstreaming.util com.wowza.wms.module 
- 
- 
Uses of IHTTPStreamerMPEGDashIndex in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamerMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that return IHTTPStreamerMPEGDashIndex Modifier and Type Method Description static IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
- 
Uses of IHTTPStreamerMPEGDashIndex in com.wowza.wms.httpstreamer.mpegdashstreaming.utilMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IHTTPStreamerMPEGDashIndex Modifier and Type Method Description static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)
- 
Uses of IHTTPStreamerMPEGDashIndex in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type IHTTPStreamerMPEGDashIndex Modifier and Type Method Description voidIModuleOnHTTPMPEGDashEncryption. onHTTPMPEGDashEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)Called when video on demand key is requested (per-session).voidIModuleOnHTTPMPEGDashEncryption2. onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)Called when video on demand key is requested (per-session).
 
-