Package com.wowza.wms.dvr
Interface IDvrTimeMap
-
- All Superinterfaces:
IDvrChannelManifest
public interface IDvrTimeMap extends IDvrChannelManifest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)
long
dvrToPt(long dt)
long
dvrToUtc(long dt)
java.util.List<com.wowza.wms.dvr.TimeMapRecord>
getTimeMap()
java.util.List<DvrManifestTimeMapEntry>
getTimeMapEntries()
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 Detail
-
getTimeMap
java.util.List<com.wowza.wms.dvr.TimeMapRecord> getTimeMap()
-
getTimeMapEntries
java.util.List<DvrManifestTimeMapEntry> getTimeMapEntries()
-
dvrToUtc
long dvrToUtc(long dt)
-
dvrToPt
long dvrToPt(long dt)
-
ptToDvr
long ptToDvr(long pt)
-
utcToDvr
long utcToDvr(long utc)
-
toDvr
long toDvr(long t, IDvrConstants.DvrTimeScale timeScale)
-
containsTime
boolean containsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)
-
-