Uses of Enum Class
org.jjazz.musiccontrol.api.playbacksession.PlaybackSession.Context
Packages that use PlaybackSession.Context
Package
Description
Music controller: control the overall playback of a song.
Models to represent a playback session played by the MusicController.
-
Uses of PlaybackSession.Context in org.jjazz.musiccontrol.api
Fields in org.jjazz.musiccontrol.api with type parameters of type PlaybackSession.ContextModifier and TypeFieldDescriptionfinal EnumSet<PlaybackSession.Context> PlaybackListenerAdapter.acceptedContextsMethods in org.jjazz.musiccontrol.api that return types with arguments of type PlaybackSession.ContextConstructor parameters in org.jjazz.musiccontrol.api with type arguments of type PlaybackSession.ContextModifierConstructorDescriptionPlaybackListenerAdapter(EnumSet<PlaybackSession.Context> acceptedContexts) Create a PlaybackListenerAdapter which accepts only the specified PlaybackSession contexts. -
Uses of PlaybackSession.Context in org.jjazz.musiccontrol.api.playbacksession
Subclasses with type arguments of type PlaybackSession.Context in org.jjazz.musiccontrol.api.playbacksessionModifier and TypeClassDescriptionstatic enumProvide the context in which the PlaybackSession is used.Methods in org.jjazz.musiccontrol.api.playbacksession that return PlaybackSession.ContextModifier and TypeMethodDescriptionBaseSongSession.getContext()PlaybackSession.getContext()The context of this PlaybackSession.UpdatableSongSession.getContext()static PlaybackSession.ContextReturns the enum constant of this class with the specified name.static PlaybackSession.Context[]PlaybackSession.Context.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.musiccontrol.api.playbacksession with parameters of type PlaybackSession.ContextModifier and TypeMethodDescriptionstatic StaticSongSessionStaticSongSession.getSession(SongContext sgContext, PlaybackSession.Context context) Get a session with a default SessionConfig.static StaticSongSessionStaticSongSession.getSession(SongContext sgContext, SessionConfig sConfig, PlaybackSession.Context context) Create or reuse a session for the specified parameters.static UpdateProviderSongSessionUpdateProviderSongSession.getSession(SongContext sgContext, PlaybackSession.Context context) Get a session using the default config with update control enabled.static UpdateProviderSongSessionUpdateProviderSongSession.getSession(SongContext sgContext, SessionConfig sConfig, boolean enableUpdateControl, PlaybackSession.Context context) Create or reuse a session for the specified parameters.Constructors in org.jjazz.musiccontrol.api.playbacksession with parameters of type PlaybackSession.ContextModifierConstructorDescriptionBaseSongSession(SongContext sgContext, SessionConfig sConfig, boolean useActiveSongBackgroundMusicBuilder, PlaybackSession.Context context) Create a session with the specified parameters.