<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.avobjects.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.avobjects.com/index.php?action=history&amp;feed=atom&amp;title=SomeAudioLevelInterface%3A%3AAdviseNotify</id>
		<title>SomeAudioLevelInterface::AdviseNotify - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.avobjects.com/index.php?action=history&amp;feed=atom&amp;title=SomeAudioLevelInterface%3A%3AAdviseNotify"/>
		<link rel="alternate" type="text/html" href="http://wiki.avobjects.com/index.php?title=SomeAudioLevelInterface::AdviseNotify&amp;action=history"/>
		<updated>2026-05-21T09:43:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.2</generator>

	<entry>
		<id>http://wiki.avobjects.com/index.php?title=SomeAudioLevelInterface::AdviseNotify&amp;diff=2902&amp;oldid=prev</id>
		<title>Admin at 03:11, 26 July 2007</title>
		<link rel="alternate" type="text/html" href="http://wiki.avobjects.com/index.php?title=SomeAudioLevelInterface::AdviseNotify&amp;diff=2902&amp;oldid=prev"/>
				<updated>2007-07-26T03:11:20Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
HRESULT AdviseNotify(&lt;br /&gt;
  [in] AUDIO_LEVEL_FRONT eFront,&lt;br /&gt;
  [in] DWORD nChannel,&lt;br /&gt;
  [in] MEASURING_SYSTEM eSystem,&lt;br /&gt;
  [in] double dThreshold,&lt;br /&gt;
  [in] DWORD nDuration,&lt;br /&gt;
  [in] IAudioLevelNotify* pNotify,&lt;br /&gt;
  [out] DWORD* pdwAdviseCookie&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
''AUDIO_LEVEL_FRONT eFront''&lt;br /&gt;
&lt;br /&gt;
[in] Up or down front. For silence detection this parameter should be set to ALF_DOWN.&lt;br /&gt;
&lt;br /&gt;
''DWORD nChannel''&lt;br /&gt;
&lt;br /&gt;
[in] Number of channel.&lt;br /&gt;
&lt;br /&gt;
''MEASURING_SYSTEM eSystem''&lt;br /&gt;
&lt;br /&gt;
[in] The operation treshold can be set in decibels or percent. For percent use MSYSTEM_LEVEL_FACTOR.&lt;br /&gt;
&lt;br /&gt;
''double dThreshold''&lt;br /&gt;
&lt;br /&gt;
[in] If percentages are used, the treshold is set in values from 0 to 1 (i.e. 0.017, 0.5, etc.).&lt;br /&gt;
&lt;br /&gt;
''DWORD nDuration''&lt;br /&gt;
&lt;br /&gt;
[in] The duration of the operation treshold in milliseconds. For example, if the duration is set to 500 ms, the volume level should be below operation treshold (set in ''dThreshold'') for a duration of at least 500 ms in order for the Begin event to be sent. As soon as volume level is back to above the treshold, the End event is sent.&lt;br /&gt;
&lt;br /&gt;
''IAudioLevelNotify* pNotify''&lt;br /&gt;
&lt;br /&gt;
[in] Callback pointer.&lt;br /&gt;
&lt;br /&gt;
''DWORD* pdwAdviseCookie)''&lt;br /&gt;
&lt;br /&gt;
[out] Unadvise cookie, etc.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>