Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - javax.media
Search - javax.media - List
用javax.media中与RTP相关的包实现了RTP传输过程。注释很详细,读者可以很快掌握如何用java实现rtp-with javax.media RTP associated with the realization of the RTP packet transmission. Notes detail, the reader can quickly grasp how to use java achieve rtp
Update : 2008-10-13 Size : 9.32kb Publisher : 王云波

使用java实现的简易媒体播放器程序。主要用到javax.media包
Update : 2008-10-13 Size : 3.5kb Publisher : 陈荣俊

MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
Update : 2008-10-13 Size : 8.23kb Publisher : benson

本程序用到了Player接口的javax.media.Processor接口。可以通过调用Manager的createProcessor()方法,来得到一个Processor接口的示例引用,具体代码为: processor=Manager.creatProcessor(ml) //根据媒体定位对象,示例化一个处理器-the procedures used by the Player interface javax.media.Processor interface. Call Manager by the createProcessor (), to get a Processor Interface cited examples of specific code : processor = Manager.creatProcessor (ml) / / According to media positioning objects, samples of a processor
Update : 2008-10-13 Size : 3.89kb Publisher : 邓飞

本程序用到了Player接口的javax.media.Processor接口。可以通过调用Manager的createProcessor()方法,来得到一个Processor接口的示例引用,具体代码为: processor=Manager.creatProcessor(ml) //根据媒体定位对象,示例化一个处理器-the procedures used by the Player interface javax.media.Processor interface. Call Manager by the createProcessor (), to get a Processor Interface cited examples of specific code : processor = Manager.creatProcessor (ml)// According to media positioning objects, samples of a processor
Update : 2025-02-17 Size : 4kb Publisher : 邓飞

用javax.media中与RTP相关的包实现了RTP传输过程。注释很详细,读者可以很快掌握如何用java实现rtp-with javax.media RTP associated with the realization of the RTP packet transmission. Notes detail, the reader can quickly grasp how to use java achieve rtp
Update : 2025-02-17 Size : 9kb Publisher : 王云波

使用java实现的简易媒体播放器程序。主要用到javax.media包-A simple realization of the use of java media player program. The main use javax.media package
Update : 2025-02-17 Size : 3kb Publisher : 陈荣俊

MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Update : 2025-02-17 Size : 8kb Publisher : benson

DL : 0
用java编写的多媒体播放器 能进行简单的视频播放 需要下载一个javax.media.* 包后才能运行-Using java prepared multimedia player able to perform simple video player will need to download a javax.media .* package to run
Update : 2025-02-17 Size : 2kb Publisher : sandy

对声音文件的读取,虽然程序不长希望对大家有用。其他可以播放多媒体的类有:com.sun.media.sound.JavaSoundAudioClip和javax.sound.midi.spi和javaw.sound.sampled. -Sound files to read,Although the procedures are not useful for long I hope all of you.Other kind of multimedia player: com.sun.media.sound.JavaSoundAudioClip and javax.sound.midi.spi and javaw.sound.sampled.
Update : 2025-02-17 Size : 1kb Publisher : 魏杰

需要指出的是本程序用到了javax.media这个包,这个包不包括在jdk里面,读者可以从sun的网站上去下载,然后把它的目录加到jCreator里面,否则会出现编译错误- It should be noted that this procedure has been used javax.media this package, this package is not included in the jdk inside, readers can get from the sun download site, and then put it inside jCreator added to the directory, otherwise there will be compiler error 搜索
Update : 2025-02-17 Size : 5kb Publisher : meizhen

DL : 0
eclipse 开发软件专业的jar包,有javax.media.jar dqljdbc4.jar包,及各种包专用包-eclipse software development professional jar package, there is javax.media.jar dqljdbc4.jar package, and all kinds of packages special packages
Update : 2025-02-17 Size : 1.35mb Publisher : 农民

javax.media包,javax.media.*-javax.medi.*,javax.media
Update : 2025-02-17 Size : 29kb Publisher : 小笑

用javax.media实现的简单视频播放器,含源码和编译后的jar文件-Achieved by javax.media simple video player, including source code and compiled jar file
Update : 2025-02-17 Size : 1.69mb Publisher : 郭文龙

This example illustrates how to play audio songs in your mobile application by creating a MIDlet. In the application we have created a player for an audio song by using of javax.microedition.media API. As you know we have already created two player for two different songs and want to play both song in an application at a time.
Update : 2025-02-17 Size : 158kb Publisher : Samir Patel

DL : 0
java JMF文档 The Java Media Framework javax.media -java the JMF documentation The Java Media Framework, javax.media
Update : 2025-02-17 Size : 155kb Publisher : Bruce

The javax.media.sound.sampled operation of small example of a Java development, to welcome you all to use
Update : 2025-02-17 Size : 46kb Publisher : bonefio

DL : 0
个java开发的sampled操作的小例子,欢迎大家使用-The javax.media.sound.sampled operation of small example of a Java development, to welcome you all to use
Update : 2025-02-17 Size : 46kb Publisher : contryl

个java开发的sampled操作的小例子,欢迎大家使用-The javax.media.sound.sampled operation of small example of a Java development, to welcome you all to use
Update : 2025-02-17 Size : 46kb Publisher : aqbpy$261
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.