HOME

TheInfoList



OR:

In computing, the Advanced Multimedia Supplements (also JSR-234 or AMMS) is an
API An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standa ...
specification for the Java ME platform. Practically speaking, it is an extension to JSR 135 Mobile Media API providing new features, such as positional 3D audio processing, audio and video effects processing, better controls for digital camera, and better support for analog radio tuner including Radio Data System. AMMS was developed under the Java Community Process as JSR 234.


Features and profiles

JSR-234 defines six feature sets, namely Media Capabilities, and each define minimum implementation requirements in order to try to avoid fragmentation and to define a common minimal base line for the implementations. Every JSR-234 implementation must support at least one Media Capability. The six Media Capabilities are described in the table below. {, class="wikitable" , - ! Media Capability ! Description , - , Music Capability , Music Capability mandates equalizer and audio level control for the main mix of the application. , - , 3D Audio Capability , 3D Audio Capability mandates support for at least one simultaneous 16 kHz / 16 bits 3D audio sound source and for a global reverberator. Distance attenuation behavior and location control must be supported for the sound source. , - , Camera Capability , Camera Capability mandates support for controlling zoom, flash, focus and burst shooting properties of the main camera of the device (to the extent the camera hardware supports them). It also mandates JPEG encoding for the photos. , - , Image Encoding Capability , Image Encoding Capability mandates transcoding of Image objects into JPEGs. , - , Image Post-processing Capability , Image Post-processing Capability is a proper super set of Image Encoding Capability. In addition, Image Post-processing Capability mandates image processing effects (like monochrome and negative), image transformations like mirroring and cropping, and setting of overlays on top of the original image. Furthermore, JPEG to JPEG image processing must be possible. , - , Tuner Capability , Tuner Capability mandates support for normal FM/AM radio controls like tuning, seeking, squelch, stereo mode, signal strength query and preset. RDS is not mandated.


Optional features

In addition to the Media Capabilities, the device is free to support any of the optional features including: * controlling additional 3D audio features such as Doppler, size of the source (macroscopicity), directivity and obstruction * controlling additional audio effects such as
chorus Chorus may refer to: Music * Chorus (song) or refrain, line or lines that are repeated in music or in verse * Chorus effect, the perception of similar sounds from multiple sources as a single, richer sound * Chorus form, song in which all verse ...
and channel virtualization (including stereo widening) * audio panning * detailed exposure settings for the camera * brightness, contrast and gamma settings * whitebalance * setting the processing order of the audio and video effects * setting priorities for the players * MIDI channel specific effects * RDS


Versions

* 1.0 2005-05-17 * 1.1 2007-02-28 (contains only minor bug fixes and some additional clarifications; no new features or functionality)


Implementations


Mobile devices

* Nokia Series 40 devices (5th Edition: 3D Audio and Music Capabilities; 6th Edition: Camera Capability controls for Camera, Flash, Focus, Snapshot and Zoom) * Nokia S60 devices (since 3rd Edition, Feature Pack 1) (3D Audio and Music Capabilities only) * Sony Ericsson devices ( JP-7: Camera Capability only; since JP-8: all areas)


Emulators

* JSR-234 Reference Implementation (all Media Capabilities)
Nokia Prototype SDK
(all Media Capabilities)


S60 SDKs

Sun Java Wireless Toolkit


Chipsets and engines

There are also implementations targeted mainly for mobile device manufacturers.


Other APIs for similar purposes

*
OpenSL ES OpenSL ES (Open Sound Library for Embedded Systems) is a royalty-free, cross-platform, hardware-accelerated, C-language audio API for 2D and 3D audio. It provides access to features such as 3D positional audio and MIDI playback. It is made f ...
- for 3D audio and audio effects processing via a C-language API *
OpenMAX AL OpenMAX (Open Media Acceleration), often shortened as "OMX", is a non-proprietary and royalty-free cross-platform set of C-language programming interfaces. It provides abstractions for routines that are especially useful for processing of audio, ...
- for camera controlling and analog radio via a C-language API


References


The official JSR 234 page
* "3D Audio for Mobile Devices via Java", M. Paavola, E. Karlsson, J. Page; presented at the 118th AES Convention, Barcelona, Spain, May 31, 2005; available fro
AES e-library

Series 40 6th Edition: Accessing Camera Capability with Advanced Multimedia Supplements API (JSR-234)
Java specification requests