Package com.wowza.wms.dvr
Interface IDvrTimeMap
- 
- All Superinterfaces:
- IDvrChannelManifest
 
 public interface IDvrTimeMap extends IDvrChannelManifest 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)longdvrToPt(long dt)longdvrToUtc(long dt)java.util.List<com.wowza.wms.dvr.TimeMapRecord>getTimeMap()java.util.List<DvrManifestTimeMapEntry>getTimeMapEntries()longptToDvr(long pt)longtoDvr(long t, IDvrConstants.DvrTimeScale timeScale)longutcToDvr(long utc)- 
Methods inherited from interface com.wowza.wms.dvr.IDvrChannelManifestexpandEndTime, 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- 
getTimeMapjava.util.List<com.wowza.wms.dvr.TimeMapRecord> getTimeMap() 
 - 
getTimeMapEntriesjava.util.List<DvrManifestTimeMapEntry> getTimeMapEntries() 
 - 
dvrToUtclong dvrToUtc(long dt) 
 - 
dvrToPtlong dvrToPt(long dt) 
 - 
ptToDvrlong ptToDvr(long pt) 
 - 
utcToDvrlong utcToDvr(long utc) 
 - 
toDvrlong toDvr(long t, IDvrConstants.DvrTimeScale timeScale)
 - 
containsTimeboolean containsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)
 
- 
 
-