Java Techies- Solution for All
Java Media Framework (JMF)
The Java Media Framework (JMF) is a recent API for Java dealing
with real-time multimedia presentation and effects processing. JMF
handles time-based media, media which changes with respect to
time. Learn more... |
1.2 Features Of JMF
JMF supports many popular media formats such as JPEG, MPEG-1, MPEG-2,QuickTime, AVI, WAV, MP3, GSM, G723, H263, and MIDI. Learn more... |
1.3 JMF Architecture
The JMF architecture is very flexible, and its components can generally be classified in three groups.
Learn more... |
The javax.media package is the core package, containing the definitions of the Manager class and the Player interface that are two of the major pieces in building any JMF-based application.
Learn more... |
You have to follow several steps to configure JMF with eclipse they are as follows.
Learn more... |
1.5 JMF Examples
Here are some of the Examples of JMF for playing Audio and Video files.
|