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.httpstreamer
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that return IHTTPStreamerMPEGDashIndex Modifier and Type Method Description static IHTTPStreamerMPEGDashIndex
HTTPStreamerSessionMPEGDash. createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
IHTTPStreamerMPEGDashIndex
HTTPStreamerSessionMPEGDash. 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)
IHTTPStreamerMPEGDashIndex
HTTPStreamerSessionMPEGDash. getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
-
Uses of IHTTPStreamerMPEGDashIndex in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IHTTPStreamerMPEGDashIndex Modifier and Type Method Description static CencInfo
MPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)
-
Uses of IHTTPStreamerMPEGDashIndex in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IHTTPStreamerMPEGDashIndex 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).
-