登录
首页 » Windows开发 » 基本DirectShow播放器

基本DirectShow播放器

于 2023-01-31 发布 文件大小:2.33 MB
0 196
下载积分: 2 下载次数: 1

代码说明:

应用背景使用directshow的基本播放器应用,适合初学者学习关键技术采用directshow,基于win32 api的基本窗口应用,用于播放多媒体文件,适合初学者学习和了解DirectShow的用法,多媒体应用的基本架构

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This a sample Bluetooth application which illustrates the use of Windows CE Bl...
    This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.-This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.
    2022-03-05 16:12:28下载
    积分:1
  • The software used to calculate the LC resonant frequency used, the anti
    本软件用于计算常用的LC谐振频率,并联电阻的反运算,节能灯的元件参数计算-The software used to calculate the LC resonant frequency used, the anti-parallel computing resistance, energy-saving lamp components parameters
    2023-04-14 05:20:03下载
    积分:1
  • the status bar shows the time
    在状态栏中显示时间-the status bar shows the time
    2022-03-19 05:57:45下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • PMS命令生成器
    PMS命令生成器,简单的命令生成工具。 PMS command generator, simple command generation tool.
    2022-08-16 13:43:56下载
    积分:1
  • 一个视频采集的vb代码,写的非常不错
    一个视频采集的vb代码,写的非常不错-a Video Capture vb code, written in a very good
    2022-02-02 13:49:30下载
    积分:1
  • winXP下禁用U盘
    winXP下通过注册表、策略禁用U盘,禁用不需要的盘符。重命名策略编辑器,防止修改。
    2022-02-24 13:46:19下载
    积分:1
  • 一个用在手机上的实时语音采集类封装(包含使用说明)
    一个用在手机上的实时语音采集类封装(包含使用说明)-One used in real-time voice on the phone Packaging Acquisition category (including the use of explanation)
    2022-01-24 17:31:28下载
    积分:1
  • statemnet捕获设备,如CPU,内存,硬盘,网络,等。
    Capture the statemnet of device, such as CPU, RAM, HD, Network, and etc.
    2023-01-28 20:46:03下载
    积分:1
  • Just enter the code page and then select the character you want with the mouse a...
    Just enter the code page and then select the character you want with the mouse and program will calculate it s ASCII code.
    2022-03-21 06:22:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载