Where to get Java.media package?

Azeem Akram picture Azeem Akram · Jun 7, 2012 · Viewed 10.1k times · Source

I am making a java applet player. It includes Java.Media package, and I am not getting it. Searched on the google to download it but all in vain.

a piece of code is here

import javax.media.*;

    AxisPlayer mPlayer;
    mPlayer = new AxisPlayer(videoWidth, videoHeight, mFps,mUrl.openStream());

This is what I want to do but I don't have Javax.media package.

so my question is :

Q : From where to download the Java.media package and how to install it from Jcreator/NetBeans

Remember, I am using JDK 1.6.0.

Thanks in anticipation for helping me.

Answer

Mohamed Saligh picture Mohamed Saligh · Jun 7, 2012

Java Media API

You are looking for java.media.*