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 Type
    Method
    Description
    com.wowza.wms.dvr.DvrChunk
    Given the specified manifest entry, return the raw DVR chunk.
  • Method Details

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