CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mcisendstring

搜索资源列表

  1. formatfilefinal

    0下载:
  2. A program based on Visual C++ supports converting MPEG layer 1, 2, 3, 4 to various output formats. It has two modes, converts audio and convert video. -A program based on Visual C++ supports converting MPEG layer 1, 2, 3, 4 to various output formats.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-06-22
    • 文件大小:41198298
    • 提供者:linktink cool
  1. MediaPlayer

    0下载:
  2. 基于mciSendString函数的播放器-MciSendString function based on the player
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:116983
    • 提供者:zhaoyu
  1. MusicPlay

    0下载:
  2. 花了好几天时间,写了个音乐播放器~ 播放器基本功能都有:各种播放模式,添加文件,保持上次播放列表等。。。 不过还没实现歌词显示功能,尽快补上~ 对于MciSendString函数,非常好用,是个多媒体函数,指令比较简单,还可以在某些控件上播放视频文件 -It took several days, write a music player has the basic functions of the player ~: variety of playback modes, add
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1367203
    • 提供者:cshack
  1. VC-summed-up-common-operations

    0下载:
  2. VC常用操作源码总结 CD-ROM 打开: mciSendString("Set cdAudio door open wait",NULL,0,NULL) 关闭: mciSendString("Set cdAudio door closed wait",NULL,0,NULL) -VC summed up common operations CD-ROM open source: mciSendString (" Set cdAudio door open
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:49760
    • 提供者:lep
  1. put-music-in-a-program

    0下载:
  2. 本文讲解怎样将 mp3 等音乐资源以资源形式嵌入 exe 文件中,并通过 mciSendString 调用。-This article shows you how to mp3 and other music resources to the resources in the form embedded in the exe file, and through the mciSendString call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:2004
    • 提供者:李明
  1. mp3

    0下载:
  2. // mciSendString(TEXT("open argc[1] alias MySong"), NULL, 0, NULL) 播放测试-//MciSendString (TEXT ("open argc [1] alias MySong"), NULL, 0, NULL) Play Test
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-09
    • 文件大小:1712865
    • 提供者:testforxxll
  1. cSharpmcisendstring-APImp3

    0下载:
  2. c#用mcisendstring API制作的播放mp3专用播放器-C# with McIsendstring API make mp3 special player
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:3226
    • 提供者:岑先生
  1. mp3

    0下载:
  2. MP3播放器,VC++6.0开发,mciSendString播放-music visual c++6.0 playing sounds
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-10
    • 文件大小:2284130
    • 提供者:onee
  1. (6.23)MUPlayer

    0下载:
  2. 一个实用的音乐播放器程序,调用的是mciSendString函数完成的-a useful music player program,calls mciSendString funcition completing
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-07
    • 文件大小:1598120
    • 提供者:任仲夷
  1. Eplayer

    0下载:
  2. 利用mcisendstring编写的一个播放器,并作了一些美化和代码精简-The one player using mcisendstring written and made some beautification and code streamlined
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-07
    • 文件大小:41219
    • 提供者:柯李艺
  1. mp3play

    0下载:
  2. 用mciSendString函数写的音乐播放器,能够实现mp3,wav等格式的音频播放。-MciSendString function to write the music player, mp3, wav format audio playback.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-30
    • 文件大小:2870892
    • 提供者:成富
  1. VB_mcisendstring

    0下载:
  2. about VB mcisendstring
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:2395
    • 提供者:dcdank
  1. code

    1下载:
  2. winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc
  3. 所属分类:Modem program

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:
  1. reproductor-de-video-con-mcisendstring-4

    0下载:
  2. video in visual basic 6
  3. 所属分类:Video Capture

    • 发布日期:2017-11-17
    • 文件大小:15108
    • 提供者:ingrid
  1. ApiVideo

    0下载:
  2. 放媒体文件。主要有2方面你可以去,你可以使用MS媒体播放器控制和处理交互操作和很多问题。或者你可以使用API实现mci。这个项目是一个实现的mciSendString API,所以你可以只包括类到您的项目中,使用它在你的表格,不需要参考媒体播放器。-Put the media files. Main There are 2 aspects of you can go to, you can use the MS media player control and processing interw
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:91435
    • 提供者:提拉米苏
  1. pb11-play-mp3

    0下载:
  2. PB11编写的Mp3播放功能,使用mcisendstring()函数-PB11 prepared Mp3 player, using mcisendstring () function
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:5719
    • 提供者:james
  1. put-music-in-a-program

    0下载:
  2. 本文讲解怎样将 mp3 等音乐资源以资源形式嵌入 exe 文件中,并通过 mciSendString 调用。-This article shows you how to mp3 and other music resources to the resources in the form embedded in the exe file, and through the mciSendString call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:rnowb
  1. Music_MCI

    0下载:
  2. MFC平台利用MciSendString实现音乐文件播放,功能相对简单,但是封装好了该类对象,方便使用。-MFC platform utilizes MciSendString realize music file playback, function is relatively simple, but a good package of such objects, easy to use.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:354303
    • 提供者:王锡锋
  1. vb6_playwav

    0下载:
  2. vb6 通过api mciSendString 播放wav声音,可控制播放和暂停-Vb6 through api mciSendString play wav sound, you can control the playback and pause
  3. 所属分类:Audio program

    • 发布日期:2017-05-04
    • 文件大小:9223
    • 提供者:赖金杰
« 1 2»
搜珍网 www.dssz.com