发布 Media Player for Eclipse 0.0.2

来源:互联网 发布:java 线程面试 编辑:程序博客网 时间:2024/06/06 14:25

软件主页:http://sourceforge.net/projects/rocexwang/

CSDN下载:http://www.csdn.net/cnshare/soft/17/17688.shtm

Media  Player是一个用java语言编写的Eclipse插件。现在仅仅可以用来播放声音媒体。

使用方式:
直接解压到eclipse安装目录下的plugins目录中就可以了。

环境要求:
jdk  1.4+
eclipse  2.1+


0.0.2  (20030617)

1、增加鼠标右键功能。
2、增加从列表文件刷新播放列表功能。


0.0.1  (20030610)

Media  Player主要的功能包括:

1、所支持的音频格式包括:.mp3、.wav、.aif、.rmf、.au、.mid等音频文件。
2、可以单独增加符合格式的音频文件到播放列表。
3、可以增加一个目录以及该目录的所有子目录下的符合格式的音频文件到播放列表
(以后可以设置是否包括子目录中的文件)。
4、提供播放、暂停、停止、前一首、后一首的播放功能。
5、播放方式中提供循环播放、随机播放以及是否从播放列表中删除实际不存在的媒体连接。
6、可以从播放列表中删除当前选中的媒体,也可以从播放列表中删除所有的媒体。
7、可以调节声音大小。


Media  Player  is  a  plugin  for  eclipse  writed  by  java.
Now  it  can  only  play  audio,  and  play  video  will  come  soon.

0.0.2  (20030617)

1.  Support  mouse  right  click.
2.  You  can  refresh  the  play  list  from  the  list  file.


0.0.1  (20030610)

The  primary  function  including:
1.  It  can  play  *.mp3,  *.wav,  *.aif,  *.rmf,  *.au,  *.mid  etc.
2.  You  can  add  one  media  file  to  your  play  list.
3.  Also  you  can  add  a  directory  and  all  its  subdirectory  to  your  play  list.
4.  You  can  play,  pause,  stop,  play  previous  and  play  next  from  your  play  list.
5.  You  can  play  media  repeatedly  and  random.
6.  You  can  delete  the  selected  item  from  play  list  or  all  items  from  play  list.
7.  You  can  adjust  volume.