| Package | Description |
|---|---|
| com.wowza.wms.dvr |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<DvrManifestEntryRange> |
DvrManifestEntryRangeGroup.ranges |
| Modifier and Type | Method and Description |
|---|---|
DvrManifestEntryRange |
IDvrChannelManifest.getLiveRangeEndingBeforeTime(long time) |
DvrManifestEntryRange |
IDvrChannelManifest.getLiveRangeEndingBeforeTime(long time,
boolean skipFirst) |
| Modifier and Type | Method and 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.
|