Uses of Enum Class
eu.webtoolkit.jwt.PlayerOption
Packages that use PlayerOption
-
Uses of PlayerOption in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return PlayerOptionModifier and TypeMethodDescriptionstatic PlayerOptionReturns the enum constant of this class with the specified name.static PlayerOption[]PlayerOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type PlayerOptionMethods in eu.webtoolkit.jwt with parameters of type PlayerOptionModifier and TypeMethodDescriptionfinal voidWAbstractMedia.setOptions(PlayerOption flag, PlayerOption... flags) Set the media element options.Method parameters in eu.webtoolkit.jwt with type arguments of type PlayerOptionModifier and TypeMethodDescriptionvoidWAbstractMedia.setOptions(EnumSet<PlayerOption> flags) Set the media element options.