Interface IDvrRawChunkProvider

  • All Known Subinterfaces:
    IDvrChunkMemoryCache

    public interface IDvrRawChunkProvider
    Interface for providing raw DVR chunks based on a DVR manifest entry.
    • Method Detail

      • retrieveRawChunk

        com.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.