Uses of Enum Class
org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
Packages that use Audio.PreloadMode
-
Uses of Audio.PreloadMode in org.dellroad.stuff.vaadin24.audio
Methods in org.dellroad.stuff.vaadin24.audio that return Audio.PreloadModeModifier and TypeMethodDescriptionstatic Audio.PreloadModeReturns the enum constant of this class with the specified name.static Audio.PreloadMode[]Audio.PreloadMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dellroad.stuff.vaadin24.audio with parameters of type Audio.PreloadModeModifier and TypeMethodDescriptionvoidAudio.setPreload(Audio.PreloadMode preload) Configure what data to pre-load.