搜索资源列表
MediaPlayer5.20
- MCIWnd is a window class for controlling multimedia devices. A library of functions, messages, and macros associated with MCIWnd provides a simple method to add multimedia playback or recording capabilities to your applications. The MCIWnd Windo
MediaPlayer(java)
- 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
mpalyerc
- Media Player Classic播放软件的源码,编译测试平台为visual c++,国内的暴风影音就是基于它的版本加入了自己的解码包-Media Player Classic is the source code of mutilmedia playing software , it can be compiled and debuged by the platform of visual c++, the storm palyer is based on its decoding on
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
mediaplay
- 一个像酷狗的播放器。,有界面可以添加歌曲等等的 -A player like a cool dog. , With interface to add songs, etc.
mediaBlog
- 博客,目前已经成为人们生活中互相交 流、互相娱乐的一个重用组成部分。随 着拥有博客的人的数量的增多,以及在 线播放视频的火热,仅仅提供文章发表 以图片上传等功能的普通博客以不能吸 引人们关注。在这样普通的博客中加入 视频播放的功能,就会满足人们的需要 ,更加提高了博客的关注度。通用的SQL Server 2000数据库+tomcat服务器。网 站包含所必需的前台和后台的完整设计 。内附多媒体博客使用说明书,数据库 的文件,和全部class,jar,和
AutoSyncddwService
- I found that with iTunes, you can play songs in the WMA format, but it doesn t convert them, so on The Code Project website, I found an MP3, WAV, and PCM audio capturing C# code and added all the libraries necessary to capture the audio to the specif
aip
- You use an AVPlayer object to implement controllers and user interfaces for single- or multiple-item playback. The multiple-item case supports advanced behaviors. AVPlayer works equally well with local and remote media files, providing you with
NAudioPractice1
- 我参考官方示例简单封装了一个BSoundPlayer类,这个WAV播放类的特点: 1、简单易用,声明一个对象,指定文件路径,Play(),Stop()就可以了,支持调整音量,同时可以输出音频文件总时间,当前播放时间 2、同一个对象在播放完毕(或者手动停止)之前无法再次播放 3、不同对象可以同时播放 4、每次播放完毕,自动释放资源 这个类最大的缺点就是在播放结束之前不能再次播放,对于按钮快速点击声音这样的需求不能满足,但是可以用来播放时间比较长的背景音乐,与System.Med