AudioBox
dxsdk 

所属分类:多媒体编程
开发工具:Visual C++
文件大小:50KB
下载次数:7
上传日期:2011-11-22 22:02:36
上 传 者JimYang
说明:  基于directx 的音频播放器,DXSDK为9.0,高版本请下载相应的windows SDK,总体还可以。初学者看代码的例子。
(Directx-based audio player, DXSDK 9.0, higher version, download the appropriate windows SDK, the whole can. Beginners to see the code example.)

文件列表:
AudioBox\audiobox.cpp (2317, 2002-11-12)
AudioBox\Audiobox.dsp (13643, 2002-11-12)
AudioBox\audiobox.dsw (539, 2002-11-12)
AudioBox\audiobox.h (1705, 2002-11-12)
AudioBox\audiobox.jpg (16044, 2002-11-12)
AudioBox\Audiobox.rc (9053, 2002-11-12)
AudioBox\audiobox.sln (2202, 2002-11-12)
AudioBox\Audiobox.vcproj (19159, 2002-11-12)
AudioBox\audioboxdlg.cpp (57144, 2002-11-12)
AudioBox\audioboxdlg.h (6795, 2002-11-12)
AudioBox\keyprovider.cpp (3570, 2002-11-12)
AudioBox\keyprovider.h (1038, 2002-11-12)
AudioBox\mediatypes.h (1511, 2002-11-12)
AudioBox\Res\audiobox.ico (25214, 2002-12-03)
AudioBox\Res\audiobox.rc2 (399, 2002-11-12)
AudioBox\resource.h (2336, 2002-11-12)
AudioBox\resource.hm (169, 2002-11-12)
AudioBox\StdAfx.cpp (212, 2002-11-12)
AudioBox\StdAfx.h (1016, 2002-11-12)
AudioBox\Res (0, 2011-10-03)
AudioBox (0, 2011-10-03)

//----------------------------------------------------------------------------- // Name: DirectShow Sample -- AudioBox // // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- Description =========== This MFC application is an audio-only media player similar to Jukebox. You can select a media directory and play all audio media files, including Windows Media Files. Options include seeking, muting audio, randomizing file selection, adjusting volume, and looping the current media file. Using Windows Media 9 Series (Corona) ===================================== If you have installed the Windows Media Format 9 SDK (code named 'Corona'), then you can benefit from enhancements in the WMF9 SDK. Starting with Windows Media 9 Series, the WMStub.lib and key provider implementation are no longer necessary. Therefore, certain portions of this sample are conditionally compiled with "#ifndef TARGET_WMF9", and new build targets are provided to remove the linking of the WMStub library when targeting Corona systems. To target Corona, build the WMF9-specific targets in the Visual C++ project. For example, select "Win32 WMF9 Release" target (instead of "Win32 Release") and Rebuild All. These configurations define the "TARGET_WMF9" preprocessor constant and do not link with WMStub.lib. If you are not using the WMF 9 SDK, then the following note applies: ================================================================================ NOTE: To link and run this sample, you must install the Windows Media Format SDK 7.1.1. After downloading the Format SDK, you can extract a public version of the WMStub.LIB library, which should be copied to the Samples\C++\DirectShow\Common folder. This library is necessary for enabling Windows Media content. Without this library in the Common folder, you will receive a linker error: LNK1104: cannot open file '..\..\common\wmstub.lib' If you remove the WMStub.lib from the project's linker settings, the linker will fail with this unresolved reference: WMCreateCertificate ================================================================================

近期下载者

相关文件


收藏者