Uses of Enum Class
org.jjazz.musiccontrol.api.PlaybackSettings.PrecountMode
Packages that use PlaybackSettings.PrecountMode
Package
Description
Music controller: control the overall playback of a song.
-
Uses of PlaybackSettings.PrecountMode in org.jjazz.musiccontrol.api
Methods in org.jjazz.musiccontrol.api that return PlaybackSettings.PrecountModeModifier and TypeMethodDescriptionPlaybackSettings.getClickPrecountMode()
Get the precount mode.Returns the enum constant of this class with the specified name.PlaybackSettings.PrecountMode.valueOf
(String name, PlaybackSettings.PrecountMode defValue) Same as valueOf except it can't fail whatever s.static PlaybackSettings.PrecountMode[]
PlaybackSettings.PrecountMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.musiccontrol.api with parameters of type PlaybackSettings.PrecountModeModifier and TypeMethodDescriptionvoid
PlaybackSettings.setClickPrecountMode
(PlaybackSettings.PrecountMode mode) Set the precount mode.PlaybackSettings.PrecountMode.valueOf
(String name, PlaybackSettings.PrecountMode defValue) Same as valueOf except it can't fail whatever s.