Interface ControlTrackProvider
- All Known Implementing Classes:
BaseSongSession
,StaticSongSession
,UpdatableSongSession
,UpdatableSongSessionOnePlay
,UpdateProviderSongSession
public interface ControlTrackProvider
PlaybackSession additional capability: the sequence contains a control track.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Session must fire this property change event with newValue=false when control track info becomes disabled (it is enabled by default). -
Method Summary
-
Field Details
-
ENABLED_STATE
Session must fire this property change event with newValue=false when control track info becomes disabled (it is enabled by default).- See Also:
-
-
Method Details
-
getControlTrack
ControlTrack getControlTrack()get the control track.- Returns:
- Null if no contral track available.
-