Uses of Class
com.wowza.wms.dvr.DvrManifestChunkEntry
-
Packages that use DvrManifestChunkEntry Package Description com.wowza.wms.dvr -
-
Uses of DvrManifestChunkEntry in com.wowza.wms.dvr
Methods in com.wowza.wms.dvr with parameters of type DvrManifestChunkEntry Modifier and Type Method Description void
IDvrChunkMemoryCache. addToCache(DvrManifestChunkEntry entry, com.wowza.wms.dvr.DvrChunk chunk)
Provide in-memory cache the opportunity to add the DVR chunk to its cache.com.wowza.wms.dvr.DvrChunk
IDvrChunkMemoryCache. retrieveRawChunk(DvrManifestChunkEntry entry)
com.wowza.wms.dvr.DvrChunk
IDvrRawChunkProvider. retrieveRawChunk(DvrManifestChunkEntry entry)
Given the specified manifest entry, return the raw DVR chunk.
-