Package com.wowza.wms.dvr
Interface IDvrTimeMap
- All Superinterfaces:
IDvrChannelManifest
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsTime
(long startTime, IDvrConstants.DvrTimeScale timeScale) long
dvrToPt
(long dt) long
dvrToUtc
(long dt) List<com.wowza.wms.dvr.TimeMapRecord>
long
ptToDvr
(long pt) long
toDvr
(long t, IDvrConstants.DvrTimeScale timeScale) long
utcToDvr
(long utc) Methods inherited from interface com.wowza.wms.dvr.IDvrChannelManifest
expandEndTime, expandStartTime, getClosestStartTime, getFirstEntry, getFirstIndex, getIndexMap, getKeys, getLastLiveEntry, getLastRecordedEntry, getLastRecordedIndex, getLiveDuration, getLiveEntries, getLiveEntries, getLiveEntriesWithLimit, getLiveRangeEndingBeforeTime, getLiveRangeEndingBeforeTime, getLiveTailEntries, getNumberLiveEntries, getNumberLiveEntries, getNumberRecordedEntries, getNumberRecordedEntries, getRecordedDuration, getRecordedEntries, getRecordedEntries, getRecordedEntries, getRecordedEntriesInRange, getRecordedEntriesWithLimit, getRecordedEntryByIndex, getRecordedEntryByTimeKey, getRecordedEntryStartingBeforeTime, getType, isEmpty, setManifestDebug
-
Method Details
-
getTimeMap
List<com.wowza.wms.dvr.TimeMapRecord> getTimeMap() -
getTimeMapEntries
List<DvrManifestTimeMapEntry> getTimeMapEntries() -
dvrToUtc
long dvrToUtc(long dt) -
dvrToPt
long dvrToPt(long dt) -
ptToDvr
long ptToDvr(long pt) -
utcToDvr
long utcToDvr(long utc) -
toDvr
-
containsTime
-