<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wav - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/wav/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:03:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>MCI音频制作录音机程序的总结</title>
		<link>https://www.coder4.com/archives/395</link>
					<comments>https://www.coder4.com/archives/395#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:05:07 +0000</pubDate>
				<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[MCI]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[wav]]></category>
		<category><![CDATA[保存]]></category>
		<category><![CDATA[录音]]></category>
		<category><![CDATA[编程]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=395</guid>

					<description><![CDATA[这段时间用MCI做了录音机的程序，下面进行一下总结，积累开发经验。 一、关于使用mci的方法。 MCI(Media Control Interface，媒体控制接口)向Windows程序提供了在高层次上控制媒体设备接口的能力。总的来说，MCI操作十分简单，提供了十分强大的接口和操作。 一般使用MCI可以有以下几种方法 1 mciSendString 这种方法操作十分简便 比如播放只需要 mciSendstring(&#34;open 文件名称 alias aa&#34;);//aa是设备id[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/395/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
