An example MIDlet for a generic Player for audio, MIDI media
The top-level URLs are configured in the jad file:
PlayerURL-n defines the n'th URL
PlayerTitle-n defines the n'th title
Special URL "protocols" can be used:
resource: for media data from the jar
rms: for media data from RMS memory
Examples:
PlayerURL-1: http://server.com/
PlayerTitle-1: Browse server.com
PlayerURL-2: resource:/audio/hello.wav
PlayerTitle-2: hello.wav from jar
PlayerURL-3: http://localhost/movie.mpg
PlayerTitle-3: Funny movie
PlayerURL-4: rms:/
PlayerTitle-4: Browse Record Stores
PlayerURL-5: capture://audio
PlayerTitle-5: Capture Audio from default device
version: 1.5 |