Uses of Class
com.wowza.wms.dvr.IDvrConstants.DvrTimeScale
- 
Packages that use IDvrConstants.DvrTimeScale Package Description com.wowza.wms.dvr 
- 
- 
Uses of IDvrConstants.DvrTimeScale in com.wowza.wms.dvrMethods in com.wowza.wms.dvr that return IDvrConstants.DvrTimeScale Modifier and Type Method Description static IDvrConstants.DvrTimeScaleIDvrConstants.DvrTimeScale. valueOf(String name)Returns the enum constant of this type with the specified name.static IDvrConstants.DvrTimeScale[]IDvrConstants.DvrTimeScale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wowza.wms.dvr with parameters of type IDvrConstants.DvrTimeScale Modifier and Type Method Description booleanIDvrTimeMap. containsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)longIDvrTimeMap. toDvr(long t, IDvrConstants.DvrTimeScale timeScale)
 
-