Package com.wowza.wms.dvr
Interface IDvrRawChunkProvider
- All Known Subinterfaces:
IDvrChunkMemoryCache
public interface IDvrRawChunkProvider
Interface for providing raw DVR chunks based on a DVR manifest entry.
-
Method Summary
Modifier and TypeMethodDescriptioncom.wowza.wms.dvr.DvrChunk
Given the specified manifest entry, return the raw DVR chunk.
-
Method Details
-
retrieveRawChunk
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.
-