Uses of Enum Class
eu.webtoolkit.jwt.MediaPreloadMode
Packages that use MediaPreloadMode
-
Uses of MediaPreloadMode in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return MediaPreloadModeModifier and TypeMethodDescriptionWAbstractMedia.getPreloadMode()Retrieve the preload mode.static MediaPreloadModeReturns the enum constant of this class with the specified name.static MediaPreloadMode[]MediaPreloadMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type MediaPreloadModeModifier and TypeMethodDescriptionvoidWAbstractMedia.setPreloadMode(MediaPreloadMode mode) Set the preload mode.