-
这个开源工程已经被libdvdnav取代,但仍颇有参考价值。
原始信息:
libdvdplay is a simple library desig...
这个开源工程已经被libdvdnav取代,但仍颇有参考价值。
原始信息:
libdvdplay is a simple library designed for DVD navigation. It depends on libdvdread (which can optionally use libdvdcss).
NOTE: libdvdplay is no longer under active development. VLC has switched to libdvdnav which appears to be more reliable for DVD navigation than libdvdplay. Of course you are still welcome to use, work or submit patches to libdvdplay.
Currently supported platforms are Unix, Windows, BeOS and Mac OS X, but it should work on almost any platform.
-the open-source project has been libdvdnav replaced, but still well worth consideration. The original information : libdvdplay is a simple library designed for DVD navigation. It depends on libdvdread (which ca n optionally use Libdvdcss). NOTE : libdvdplay is no longer under active developme nt. VLC has switched to libdvdnav which appears to be more reliable for DVD navigation than libd vdplay. Of course you are still welcome to use, work or submit patches to libdvdpl
- 2022-02-04 19:52:49下载
- 积分:1
-
AVI视频播放器的VC++简单实现,界面简单,功能上可以播放AVI格式的视频,...
AVI视频播放器的VC++简单实现,界面简单,功能上可以播放AVI格式的视频,-AVI video player of the VC++ simple implementation, the interface simple function that can play AVI format video,
- 2023-01-25 00:45:04下载
- 积分:1
-
高效的图片压缩程序代码,可以用于静态图片压缩
高效的图片压缩程序代码,可以用于静态图片压缩-efficient image compression code that can be used in static image compression
- 2022-06-18 06:43:12下载
- 积分:1
-
simulator of structure and path of hurricanes
simulator of structure and path of hurricanes-simulator of structure and path of hurricanes
- 2022-01-24 17:53:10下载
- 积分:1
-
使用时需要有一个摄像头并安装好相关驱动程序。将在窗口显示的同时并录制下来,以AVI文件存储。...
使用时需要有一个摄像头并安装好相关驱动程序。将在窗口显示的同时并录制下来,以AVI文件存储。-need to use a camera and installed the relevant driver. The window display at the same time and recorded to AVI file storage.
- 2022-08-21 03:00:35下载
- 积分:1
-
可以播放CD的播放器,实现多媒体控制。如:打开设备、播放音频、停止暂停音频播放和关闭设备等...
可以播放CD的播放器,实现多媒体控制。如:打开设备、播放音频、停止暂停音频播放和关闭设备等-the player of CD. It can play and control media files. Fox example turning on the equipment, playing audio, stopping audio, pausing audio and turning off the equipment and so on.
- 2022-02-26 08:31:40下载
- 积分:1
-
用VB6.0做的简单的多媒体编程
适合小程序的编程爱好者
谢谢批评指正...
用VB6.0做的简单的多媒体编程
适合小程序的编程爱好者
谢谢批评指正-VB6.0 do simple multimedia programming suitable for the small Programming lovers Thank criticism correction
- 2022-02-21 03:03:21下载
- 积分:1
-
收银台的模拟详细介绍没有多余的说明适用于有基础饿学生
收银台的模拟详细介绍没有多余的说明适用于有基础饿学生-Simulation checkout superfluous details that do not have the basis for hungry students
- 2022-05-21 10:53:27下载
- 积分:1
-
Windows Media
文件中包含多张图片转换为wmv文件格式的视频,录制屏幕保存为wmv文件格式的。通过dxshow实现asf文件的读写。
- 2022-01-25 19:18:31下载
- 积分:1
-
C++写的基于MFC的MP3播放器(具有重复,随机播放,列表选择的功能,界面进行美化)
// HHT Player.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "HHT Player.h"#include "HHT PlayerDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CHHTPlayerAppBEGIN_MESSAGE_MAP(CHHTPlayerApp, CWinApp)//{{AFX_MSG_MAP(CHHTPlayerApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// CHHTPlayerApp constructionCHHTPlayerApp::CHHTPlayerApp(){// TODO: add construction
- 2022-01-20 22:41:55下载
- 积分:1