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