What is MMAPI?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is MMAPI?
Rating:
MMAPI stands for Mobile Media Application Programming Interface. The Java Community Process (JCP) developed MMAPI as JSR 135. It is an optional package of the J2ME platform. It provides a standard API to support rendering and capturing of time-based media, such as audio tracks and video clips.
Some of its classes and interfaces are as follows:
- Manager: It controls overall media. It creates players.
- DataSource: It represents the protocol handler. The protocol handler reads the media data and feeds it to the Player.
- ContentDescriptor: It defines the media type containers.
- Player: It is used to manage playback and player's life cycle.
- Control: It manages playback operations.
Rating:
Was this information helpful?
Other articles
- What is a JAD file?
- What is the getProperty() method?
- What is the purpose of implementing MIDletStateChangeException in code?
- What is the playTone() method?
- What is the getHeight() method?