Package com.wowza.wms.dvr
Interface IDvrRawChunkProvider
- 
- All Known Subinterfaces:
- IDvrChunkMemoryCache
 
 public interface IDvrRawChunkProviderInterface for providing raw DVR chunks based on a DVR manifest entry.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.wowza.wms.dvr.DvrChunkretrieveRawChunk(DvrManifestChunkEntry entry)Given the specified manifest entry, return the raw DVR chunk.
 
- 
- 
- 
Method Detail- 
retrieveRawChunkcom.wowza.wms.dvr.DvrChunk retrieveRawChunk(DvrManifestChunkEntry entry) Given the specified manifest entry, return the raw DVR chunk.- Parameters:
- entry- The DVR manifest entry
- Returns:
- the DVR chunk or null if not able to return the chunk.
 
 
- 
 
-