登录
首页 » Visual C++ » Media-player

Media-player

于 2020-12-05 发布 文件大小:25796KB
0 399
下载积分: 1 下载次数: 3

代码说明:

  MFC上使用Meidaplayer控件播放视频,可以根据对话框大小自动缩放播放器控件(Use the MFC Mediaplayer control to play video player controls can automatically scaled according to the size of the dialog)

文件列表:

Media player
............\Debug
............\.....\Media player.exe,163328,2015-07-10
............\.....\Media player.ilk,1096128,2015-07-10
............\.....\Media player.pdb,5049344,2015-07-10
............\.....\TestMediaPlayer.exe,157184,2015-07-10
............\.....\TestMediaPlayer.ilk,1015976,2015-07-10
............\.....\TestMediaPlayer.pdb,4959232,2015-07-10
............\ipch
............\....\media player-6b8252e7
............\Media player
............\............\CWMPPlayer4.cpp,314,2015-03-24
............\............\CWMPPlayer4.h,7145,2015-03-24
............\............\Debug
............\............\.....\CL.read.1.tlog,63854,2015-07-10
............\............\.....\CL.write.1.tlog,2200,2015-07-10
............\............\.....\CWMPPlayer4.obj,21859,2015-07-08
............\............\.....\link-cvtres.read.1.tlog,2,2015-07-10
............\............\.....\link-cvtres.write.1.tlog,2,2015-07-10
............\............\.....\link.13940-cvtres.read.1.tlog,2,2015-07-10
............\............\.....\link.13940-cvtres.write.1.tlog,2,2015-07-10
............\............\.....\link.13940.read.1.tlog,2,2015-07-10
............\............\.....\link.13940.write.1.tlog,2,2015-07-10
............\............\.....\link.1804-cvtres.read.1.tlog,2,2015-07-10
............\............\.....\link.1804-cvtres.write.1.tlog,2,2015-07-10
............\............\.....\link.1804.read.1.tlog,2,2015-07-10
............\............\.....\link.1804.write.1.tlog,2,2015-07-10
............\............\.....\link.4860-cvtres.read.1.tlog,2,2015-07-10
............\............\.....\link.4860-cvtres.write.1.tlog,2,2015-07-10
............\............\.....\link.4860.read.1.tlog,2,2015-07-10
............\............\.....\link.4860.write.1.tlog,2,2015-07-10
............\............\.....\link.8180-cvtres.read.1.tlog,2,2015-07-10
............\............\.....\link.8180-cvtres.write.1.tlog,2,2015-07-10
............\............\.....\link.8180.read.1.tlog,2,2015-07-10
............\............\.....\link.8180.write.1.tlog,2,2015-07-10
............\............\.....\link.read.1.tlog,5332,2015-07-10
............\............\.....\link.write.1.tlog,1190,2015-07-10
............\............\.....\Media player.exe.embed.manifest,915,2015-07-08
............\............\.....\Media player.exe.embed.manifest.res,980,2015-07-08
............\............\.....\Media player.exe.intermediate.manifest,640,2015-07-10
............\............\.....\Media player.lastbuildstate,60,2015-07-10
............\............\.....\Media player.log,2651,2015-07-10
............\............\.....\Media player.obj,59015,2015-07-10
............\............\.....\Media player.pch,33685504,2015-07-08
............\............\.....\Media player.res,70144,2015-07-09
............\............\.....\Media player.vcxprojResolveAssemblyReference.cache,713,2015-07-08
............\............\.....\Media player.write.1.tlog,0,2015-07-08
............\............\.....\Media playerDlg.obj,96685,2015-07-10
............\............\.....\Media player_manifest.rc,214,2015-07-08
............\............\.....\mt.read.1.tlog,556,2015-07-10
............\............\.....\mt.write.1.tlog,436,2015-07-10
............\............\.....\rc.read.1.tlog,3244,2015-07-09
............\............\.....\rc.write.1.tlog,526,2015-07-09
............\............\.....\stdafx.obj,634709,2015-07-08
............\............\.....\vc100.idb,1960960,2015-07-10
............\............\.....\vc100.pdb,3665920,2015-07-10
............\............\list.txt,139,2015-07-10
............\............\Media player.aps,106324,2015-07-09
............\............\Media player.cpp,2061,2015-07-08
............\............\Media player.h,492,2015-07-10
............\............\Media player.rc,12778,2015-07-09
............\............\Media player.vcxproj,6216,2015-07-09
............\............\Media player.vcxproj.filters,2424,2015-07-09
............\............\Media player.vcxproj.user,143,2015-07-08
............\............\Media playerDlg.cpp,6088,2015-07-10
............\............\Media playerDlg.h,937,2015-07-10
............\............\ReadMe.txt,3104,2015-07-08
............\............\res


............\............\...\Mediaplayer.rc2,678,2015-07-08
............\............\resource.h,1922,2015-07-09
............\............\stdafx.cpp,145,2015-07-08
............\............\stdafx.h,1632,2015-07-08
............\............\targetver.h,234,2015-07-08
............\Media player.sdf,65294336,2015-07-10
............\Media player.sln,903,2015-07-10

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

发表评论

0 个回复

  • wangluoluyinji
    vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.(vc++ program to write the network recorder, audio recording reference vckbase api code, combined with a short socket (TCP) can be Speak to unilateral recordings, and part of the program in two parts (recorder+ network to send the code), part (Receive Data+ play wave Music code form), because the program only for their own use, many places do not pay attention to the wrong identification, the structure is chaotic, the program had The most troublesome is the loss of memory control, the results with the double buffer to store the waveform data to alternate storage/removal.)
    2011-12-03 11:05:36下载
    积分:1
  • WAVE音频辑源代码
    WAVE音频编辑,支持、复制/剪切/删除/粘贴操作;支持 SP/SPS/SSP/SPSP 播放模式,可把选定的音频数据独立保存为文件,可快/慢速播放,显示波形,可录音。(WAVE audio editing, support, copy/shear/delete/paste operations; Support SP/SPS/SSP/SPSP player mode can be selected to preserve the audio data for the paper, can be fast/slow playback, display waveforms Recordable.)
    2005-07-18 11:32:39下载
    积分:1
  • AtlDvr
    基于海康视频SDK的控件封装例子,仅用于学习(ATl fro With haixin)
    2010-05-19 11:07:53下载
    积分:1
  • g
    说明:  高速CCD视频摄像机的设计与研究探讨-郭旭平(High-speed CCD video camera design study- Guo Xuping)
    2013-03-19 11:05:51下载
    积分:1
  • adboard
    多媒体播放程序,可以播放图片,影片,网页。(Multimedia player, you can play pictures, videos, web pages.)
    2013-04-04 08:05:04下载
    积分:1
  • N9020-90112
    安捷伦X系列频谱仪编程手册,包括N9030A、N9020A、N9010A、N9000A、N9038A等型号(Agilent X-Series Signal Analyzer Programmer s Guide N9030A、N9020A、N9010A、N9000A、N9038A)
    2014-04-16 15:25:39下载
    积分:1
  • DirectSound-document
    DirectSound 开发指南,作者:智慧的鱼,编辑:中华视频网.介绍DirectSound实用开发技巧和DirectSound开发高级技。(a document of directsound)
    2012-06-26 09:10:44下载
    积分:1
  • CMP3Info
    说明:  MP3信息显示插件,用于播放器播放时同步显示歌曲信息。(MP3 information display plug-ins for the player display song information when the synchronization.)
    2008-10-28 10:22:37下载
    积分:1
  • DSound_demo
    基于DirectSound的声音播放器。本实例将介绍使用DirecSound技术编写的声音播放器,DirecSound编程技术在多媒体编程中需要经常用到。(DirectSound-based audio player. This example describes the preparation technique using DirecSound sound player, DirecSound programming technique often used in multimedia programming needs.)
    2013-12-18 13:39:19下载
    积分:1
  • 95159368cd_vcd_player_by_vcpp
    avi,mpg4,mp3等视频格式文件的播放,关闭,循环播放,循环回放(avi, mpg4, mp3 players and other video format files, shut down, loop, loop playback)
    2011-04-20 17:09:37下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载