org.musicontroller.streaming
Interface IStreamController


public interface IStreamController

Interface for the method that streams Mpeg-info to clients.

Author:
Varienaja

Method Summary
 boolean mustSkip()
          Returns true when the current Song has to be skipped.
 void setPlayingTime(int millis)
          Sets the playing time of the Stream in milliseconds.
 

Method Detail

mustSkip

boolean mustSkip()
Returns true when the current Song has to be skipped.

Returns:
True: current song must be skipped or False: keep on streaming.

setPlayingTime

void setPlayingTime(int millis)
Sets the playing time of the Stream in milliseconds.

Parameters:
millis - The amount of milliseconds that were streamed.


Copyright © 2010 A.J.V.. All Rights Reserved.