com.blackledge.david.tivo.multitasker.plugins
Class RemixKwedAudio
java.lang.Object
com.blackledge.david.tivo.multitasker.plugins.RemixKwedAudio
- All Implemented Interfaces:
- Audio
public class RemixKwedAudio
- extends Object
- implements Audio
Pulls a list of mp3's from remix.kwed.org's home page (random one of the up
to 50 first pages) and repeats when it uses all those up.
- Version:
- $Revision: 1.1 $
- Author:
- http://David.Blackledge.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemixKwedAudio
public RemixKwedAudio()
getNextAudioStream
public String getNextAudioStream()
- Description copied from interface:
Audio
- Provides the next Audio Stream to play. Use a URL of the form
app.getContext().getBaseURI().toString()+"local/"+myFilePath To play
a file local to the current computer, where myFilePath is relative to the
local file root defined in options.
- Specified by:
getNextAudioStream
in interface Audio
- Returns:
- a URL string that will provide an mp3 stream.
init
public void init(MultiTaskerApplication app)
- Specified by:
init
in interface Audio