Uses of Record Class
org.jjazz.musiccontrol.api.playbacksession.SessionConfig
Packages that use SessionConfig
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of SessionConfig in org.jjazz.musiccontrol.api.playbacksession
Methods in org.jjazz.musiccontrol.api.playbacksession that return SessionConfigMethods in org.jjazz.musiccontrol.api.playbacksession with parameters of type SessionConfigModifier and TypeMethodDescriptionstatic StaticSongSessionStaticSongSession.getSession(SongContext sgContext, SessionConfig sConfig, PlaybackSession.Context context) Create or reuse a session for the specified parameters.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 SessionConfigModifierConstructorDescriptionBaseSongSession(SongContext sgContext, SessionConfig sConfig, boolean useActiveSongBackgroundMusicBuilder, PlaybackSession.Context context) Create a session with the specified parameters.