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

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Modifier and Type
    Method
    Description
    get the control track.
  • Field Details

    • ENABLED_STATE

      static final String 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.