| Package | Description |
|---|---|
| com.wowza.wms.dvr |
| 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.
|