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.dvrFields in com.wowza.wms.dvr with type parameters of type DvrManifestEntryRange Modifier and Type Field Description java.util.List<DvrManifestEntryRange>DvrManifestEntryRangeGroup. rangesMethods in com.wowza.wms.dvr that return DvrManifestEntryRange Modifier and Type Method Description DvrManifestEntryRangeIDvrChannelManifest. getLiveRangeEndingBeforeTime(long time)DvrManifestEntryRangeIDvrChannelManifest. getLiveRangeEndingBeforeTime(long time, boolean skipFirst)Methods in com.wowza.wms.dvr with parameters of type DvrManifestEntryRange Modifier and Type Method Description voidDvrManifestEntryRangeGroup. 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.
 
-