MFAVCaptureToFile Sample ================================ Demonstrates how to capture audio and video from acamera to a file. Adds audio to the original SDK sample MFCaptureToFile. Has improved error handling. Sample Language Implementations =============================== C++ Files: ============================================= capture.cpp capture.h maindialog.cpp maindialog.h MFAVCaptureToFile.rc MFAVCaptureToFile.sln MFAVCaptureToFile.vcproj readme.txt resource.h stdafx.h winmain.cpp To build the sample using the command prompt: ============================================= 1. Open the Command Prompt window and navigate to the MFAVCaptureToFile directory. 2. Type msbuild MFAVCaptureToFile.sln. To build the sample using Visual Studio (preferred method): =========================================================== 1. Open Windows Explorer and navigate to the MFAVCaptureToFile directory. 2. Double-click the icon for the MFAVCaptureToFile.sln file to open the file in Visual Studio. 3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory. To run the sample: ================= 1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer. 2. Type MFAVCaptureToFile.exe at the command line, or double-click the icon for MFAVCaptureToFile.exe to launch it from Windows Explorer.