Uses of Enum Class
com.wowza.wms.dvr.IDvrConstants.DvrTimeScale
Packages that use IDvrConstants.DvrTimeScale
-
Uses of IDvrConstants.DvrTimeScale in com.wowza.wms.dvr
Methods in com.wowza.wms.dvr that return IDvrConstants.DvrTimeScaleModifier and TypeMethodDescriptionstatic IDvrConstants.DvrTimeScale
Returns the enum constant of this class with the specified name.static IDvrConstants.DvrTimeScale[]
IDvrConstants.DvrTimeScale.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wowza.wms.dvr with parameters of type IDvrConstants.DvrTimeScaleModifier and TypeMethodDescriptionboolean
IDvrTimeMap.containsTime
(long startTime, IDvrConstants.DvrTimeScale timeScale) long
IDvrTimeMap.toDvr
(long t, IDvrConstants.DvrTimeScale timeScale)