Package example.mmademo

Interface Summary
SimplePlayerGUI.Parent This interface is implemented by the Displayable which uses this class.
Utils.BreadCrumbTrail Interface to be implemented by classes that provide Back functionality.
Utils.ContentHandler Interface implemented by classes that can handle (playback, display, etc.) url's.
Utils.Interruptable Interface implemented by Displayable's that want to respond to the MIDlet's startApp() and pauseApp() calls.
Utils.QueryListener Interface that is implemented by classes that use the query() functions.
 

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