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.dvr
Methods in com.wowza.wms.dvr that return IDvrConstants.DvrTimeScale Modifier and Type Method Description static IDvrConstants.DvrTimeScale
IDvrConstants.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 boolean
IDvrTimeMap. containsTime(long startTime, IDvrConstants.DvrTimeScale timeScale)
long
IDvrTimeMap. toDvr(long t, IDvrConstants.DvrTimeScale timeScale)
-