Uses of Enum Class
org.jjazz.musiccontrol.api.playbacksession.PlaybackSession.State
Packages that use PlaybackSession.State
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of PlaybackSession.State in org.jjazz.musiccontrol.api.playbacksession
Methods in org.jjazz.musiccontrol.api.playbacksession that return PlaybackSession.StateModifier and TypeMethodDescriptionBaseSongSession.getState()PlaybackSession.getState()Get the state of this session.UpdatableSongSession.getState()static PlaybackSession.StateReturns the enum constant of this class with the specified name.static PlaybackSession.State[]PlaybackSession.State.values()Returns an array containing the constants of this enum class, in the order they are declared.