Uses of Class
org.deepsymmetry.beatlink.PlayerSettings.LcdBrightness
-
Packages that use PlayerSettings.LcdBrightness Package Description org.deepsymmetry.beatlink A library for synchronizing with beats from Pioneer DJ Link equipment, and finding out details about the tracks that are playing. -
-
Uses of PlayerSettings.LcdBrightness in org.deepsymmetry.beatlink
Fields in org.deepsymmetry.beatlink declared as PlayerSettings.LcdBrightness Modifier and Type Field Description PlayerSettings.LcdBrightnessPlayerSettings. jogWheelLcdBrightnessControls the brightness of the jog wheel LCD display.PlayerSettings.LcdBrightnessPlayerSettings. lcdBrightnessControls the brightness of the main LCD display.Methods in org.deepsymmetry.beatlink that return PlayerSettings.LcdBrightness Modifier and Type Method Description static PlayerSettings.LcdBrightnessPlayerSettings.LcdBrightness. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerSettings.LcdBrightness[]PlayerSettings.LcdBrightness. values()Returns an array containing the constants of this enum type, in the order they are declared.
-