<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Write a media player in DirectShow and Delphi</title>
	<atom:link href="http://www.delphi-zone.com/2010/02/write-a-media-player-in-directshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphi-zone.com/2010/02/write-a-media-player-in-directshow/</link>
	<description>One stop place for all your delphi needs</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ionut Cristea</title>
		<link>http://www.delphi-zone.com/2010/02/write-a-media-player-in-directshow/comment-page-1/#comment-2087</link>
		<dc:creator>Ionut Cristea</dc:creator>
		<pubDate>Wed, 22 Dec 2010 14:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi-zone.com/?p=186#comment-2087</guid>
		<description>controling volume can be something like this :


procedure SetVolume(vol :Integer)
var
dsBasicAudio     : IBASICAUDIO    ;
begin
//vol parameter range should be -10000....0
dsGraphBuilder.QueryInterface(IID_IBASICAUDIO,dsBasicAudio );
dsBasicAudio .put_volume(-5000);
dsBasicAudio :=nil; //release interface
end;</description>
		<content:encoded><![CDATA[<p>controling volume can be something like this :</p>
<p>procedure SetVolume(vol :Integer)<br />
var<br />
dsBasicAudio     : IBASICAUDIO    ;<br />
begin<br />
//vol parameter range should be -10000&#8230;.0<br />
dsGraphBuilder.QueryInterface(IID_IBASICAUDIO,dsBasicAudio );<br />
dsBasicAudio .put_volume(-5000);<br />
dsBasicAudio :=nil; //release interface<br />
end;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidney</title>
		<link>http://www.delphi-zone.com/2010/02/write-a-media-player-in-directshow/comment-page-1/#comment-2086</link>
		<dc:creator>Sidney</dc:creator>
		<pubDate>Wed, 22 Dec 2010 13:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphi-zone.com/?p=186#comment-2086</guid>
		<description>How to control the volume? With 2 components in form.</description>
		<content:encoded><![CDATA[<p>How to control the volume? With 2 components in form.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

