-
这是有关C++中设计输入/输出流的源代码,有很好的算法支持,是C++爱好者研究IO流不可或缺的源代码...
这是有关C++中设计输入/输出流的源代码,有很好的算法支持,是C++爱好者研究IO流不可或缺的源代码-This is the C++ In the design of input/output flow of source code, the algorithm has very good support of the C++ Enthusiasts research stream IO indispensable source code
- 2023-09-06 05:25:03下载
- 积分:1
-
a Windows
基于Windows的MCI播放器
- 2023-05-09 05:15:03下载
- 积分:1
-
一款通过建立WAV格式文件后在利用TMediaPlay录音的软件,录音在当前目录建立tmp.wav文件。...
一款通过建立WAV格式文件后在利用TMediaPlay录音的软件,录音在当前目录建立tmp.wav文件。-through the establishment of new WAV format documents using TMediaPlay recording software, sound recordings in the current directory establish tmp.wav document.
- 2022-07-14 17:55:42下载
- 积分:1
-
MPEG
MPEG-2处理,合成,分解。基于FFMPEG解码库。
-MPEG-2 treatment, synthesis, decomposition. Based on FFmpeg decoding library.
- 2022-01-24 14:52:25下载
- 积分:1
-
borland c++写的抓取的图像的例子,可以用来学习图像处理方面的只是,比较有用。...
borland c++写的抓取的图像的例子,可以用来学习图像处理方面的只是,比较有用。-written in the image capture example, can be used to study aspects of image processing is more useful.
- 2022-05-16 06:56:26下载
- 积分:1
-
smil参考手册,很难找到的
smil参考手册,很难找到的-smil reference manual, it is difficult to find
- 2022-07-09 09:58:19下载
- 积分:1
-
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。 更详细的说明见书中的...
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。 更详细的说明见书中的-this program in Windows 2000, Visual C Compiler 6.0 environment, the need for use of a camera installed and the relevant drivers. A more detailed description of the book
- 2022-01-26 02:40:35下载
- 积分: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
-
a player program is the people themselves can make reference to the shortage of...
一个播放器程序 是自己做的 大家可以参考一下 不足的地方请多指教-a player program is the people themselves can make reference to the shortage of local please enlighten
- 2023-05-15 10:10:02下载
- 积分:1
-
大华 DVR的SDK开发包,包括源码和开发文档
DVR的SDK开发包,包括源码和开发文档
一:方法
配置信息在进行交换时,以配置类型作为识别:
以下lConfigType各类型含义如下:
lConfigType
= 1; //设备时间设置
lConfigType
= 2; //字符信息
&
- 2022-01-24 12:57:20下载
- 积分:1