Uses of Class
com.wowza.wms.dvr.DvrManifestEntryRange
-
Packages that use DvrManifestEntryRange Package Description com.wowza.wms.dvr -
-
Uses of DvrManifestEntryRange in com.wowza.wms.dvr
Fields in com.wowza.wms.dvr with type parameters of type DvrManifestEntryRange Modifier and Type Field Description java.util.List<DvrManifestEntryRange>
DvrManifestEntryRangeGroup. ranges
Methods in com.wowza.wms.dvr that return DvrManifestEntryRange Modifier and Type Method Description DvrManifestEntryRange
IDvrChannelManifest. getLiveRangeEndingBeforeTime(long time)
DvrManifestEntryRange
IDvrChannelManifest. getLiveRangeEndingBeforeTime(long time, boolean skipFirst)
Methods in com.wowza.wms.dvr with parameters of type DvrManifestEntryRange Modifier and Type Method Description void
DvrManifestEntryRangeGroup. addRange(DvrManifestEntryRange range)
Add an index range to the group.java.util.List<DvrManifestEntry>
IDvrManifest. getRecordedEntriesInRange(DvrManifestEntryRange range)
Given a DvrManifestEntryRange, get a list of recorded entries in this range.
-