-
倒计时小程序,有助于大家对DC更好的理解,希望大家共同进步...
倒计时小程序,有助于大家对DC更好的理解,希望大家共同进步-countdown small program to help you better understand DC, we hope that common progress
- 2023-08-22 21:05:04下载
- 积分:1
-
VB6.0开发的多媒体播放器,可以实现良好的功能WAV,MP3,…
用VB6.0开发的多媒体播放器
功能不错 可以实现wav,mp3,avi音视频播放
界面简单,操作方便,很适合小程序操作人员-VB6.0 development of the multimedia player can achieve good functional wav, mp3, avi audio and video player interface simple and easy to operate and is very suitable procedures for small operators
- 2022-02-28 15:45:00下载
- 积分:1
-
Code by self, mpeg2 stream tools, somebody can continue to add func or modify
Code by self, mpeg2 stream tools, somebody can continue to add func or modify
- 2022-05-22 15:31:32下载
- 积分:1
-
use interface generation AVIFILE example AVI file
利用AVIFILE接口生成AVI文件的例子-use interface generation AVIFILE example AVI file
- 2022-02-07 08:06:06下载
- 积分:1
-
the decorder of MPEG,correct several mistakes,welcome to point out mistakes so t...
MPEG的解码程序,修正了几个错误,欢迎指正-the decorder of MPEG,correct several mistakes,welcome to point out mistakes so that they can be corrected
- 2022-02-05 03:26:25下载
- 积分:1
-
此资源为多媒体开发指南配套源码并附有程序运行所需的图片资源...
此资源为多媒体开发指南配套源码并附有程序运行所需的图片资源-This resource guide for multimedia developers supporting source along with the picture of resources required to run program
- 2023-07-28 19:35:05下载
- 积分:1
-
vc编辑的可以选择视频源的小程序
vc编辑的可以选择视频源的小程序-vc editors can choose video source of small programs
- 2022-01-26 03:07:25下载
- 积分:1
-
表白的一个小test
Just a test.Testing...testing...testing...Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.
- 2022-05-07 11:06:03下载
- 积分:1
-
TNY电源设计有需要的赶紧下载哦别忘记回复
TNY电源设计有需要的赶紧下载哦别忘记回复-cloned power design needs quickly download oh forget reply
- 2022-09-29 02:35:04下载
- 积分:1
-
ffmpeg 视频播放器 ffmpeg+sdl+draw(里面的注释非常详细,可以自己选择同步模式)
资源描述这是一个用于播放视频和音乐的播放器。如要使用请将player整个文件夹放入到项目目录下,然后在项目中添加现有项,将player目录下的
assist.cpp
assist.h
DisPlayBase.cpp
DisPlayBase.h
PacketQueue.cpp
PacketQueue.h
PlayWnd.cpp
PlayWnd.h
VideoPlay.cpp
VideoPlay.h
以上的文件加入到项目当中
然后在你需要用到播放器的类或者其他模块中,
#include "player/VideoPlay.h"
这就行了,试一下编译吧!
当然,如果想要运行,还需要将所用的dll文件拷贝到exe同一目录下。
在player文件夹中还有三个文件夹,这三个文件夹内都有一个bin目录。如果你不知道要用到那些dll,
你就干脆将所有dll都复制到exe的目录里就行了。如果还不能播放视频,可能是因为你的机子没有安装directX,安装了就应该没问题了。
如果你建立的是控制台或者其他非窗口界面程序,那么,在程序中,你可以这样来创建一个对象
CVideoPlay* player = new CVideoPlay;//new一个对象出来
player->AV_AddPlayFile("邓紫棋-泡沫.mp3");//将要播放的音频文件或者视频文件加进
- 2023-05-28 05:10:22下载
- 积分:1