Uses of Class
org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession
Packages that use UpdatableSongSession
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of UpdatableSongSession in org.jjazz.musiccontrol.api.playbacksession
Subclasses of UpdatableSongSession in org.jjazz.musiccontrol.api.playbacksessionModifier and TypeClassDescriptionclass
A special UpdatableSongSession, which accepts an UpdateProvider as base session, and which closes itself after being played.Methods in org.jjazz.musiccontrol.api.playbacksession that return UpdatableSongSessionModifier and TypeMethodDescriptionUpdatableSongSession.getFreshCopy
(SongContext sgContext) static UpdatableSongSession
UpdatableSongSession.getSession
(BaseSongSession session) Create or reuse a session for the specified parameters.