Interface IServerStream

All Superinterfaces:
IBroadcastStream, IPlaylist, IStream
All Known Implementing Classes:
ServerStream

public interface IServerStream extends IPlaylist, IBroadcastStream
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new. It represents a stream broadcasted from the server.
  • Method Details

    • pause

      void pause()
      Toggles the paused state.
    • seek

      void seek(int position)
      Seek to a given position in the stream.
      Parameters:
      position - new playback position in milliseconds