Uses of Class
org.teamapps.ux.component.media.PreloadMode
-
Packages that use PreloadMode Package Description org.teamapps.ux.component.media -
-
Uses of PreloadMode in org.teamapps.ux.component.media
Methods in org.teamapps.ux.component.media that return PreloadMode Modifier and Type Method Description PreloadModeVideoPlayer. getPreloadMode()static PreloadModePreloadMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreloadMode[]PreloadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.media with parameters of type PreloadMode Modifier and Type Method Description voidVideoPlayer. setPreloadMode(PreloadMode preloadMode)
-