Class Summary |
BaseListMidlet |
A base class for MIDLets that provide a list as display. |
DrummerCanvas |
Drummer Canvas |
PausingAudioTest |
Demonstrates how to properly respond to pauseApp() |
RingToneConverter |
Converts ring tone files to the MMAPI tone player format. |
SimpleHttpBrowser |
An http link browser. |
SimplePlayer |
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
|
SimplePlayerCanvas |
MMAPI player main window for media files, implemented as a Canvas |
SimplePlayerForm |
MMAPI player main window for media files, implemented as a Form |
SimplePlayerGUI |
GUI functionality for SimplePlayer. |
SimpleRmsBrowser |
A RecordStore (RMS) browser. |
SimpleTones |
An example MIDlet to demonstrate simple tones: Manager.playTone(), MIDIControl |
Utils |
Utility functions and listener interfaces |
VideoCanvas |
Play/Capture Video in a Canvas |
VideoPlayer |
Play Video/Capture in a Form using MMAPI |
VideoTest |
An example MIDlet to demo MMAPI video features |