1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXSetVoiceItdTarget</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXSetVoiceItdTarget</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXSetVoiceItdTarget(AXVPB *pvpb, u16 lshift, u16 rshift);</CODE></pre> 22</BLOCKQUOTE> 23<h2>Arguments</h2> 24 25<table border="1" cellpadding="3" cellspacing="0.1"> 26 <tr> 27<td width="120" bgcolor="#ffffe8"><em><strong><code>pvpb</code></strong></em></td> 28<td width="520">Pointer to the specified voice.</td> 29 </tr> 30 <tr> 31<td width="120" bgcolor="#ffffe8"><em><strong><code>lshift</code></strong></em></td> 32<td width="520">The amount of phase delay for the left channel, specified in samples. Set from <code>0</code> (minimum) - <code>31</code> (maximum).</td> 33 </tr> 34 <tr> 35<td width="120" bgcolor="#ffffe8"><em><strong><code>rshift</code></strong></em></td> 36<td width="520">The amount of phase delay for the right channel, specified in samples. Set from <code>0</code> (minimum) - <code>31</code> (maximum).</td> 37 </tr> 38</table> 39 40<h2>Return Values</h2> 41 42<p>None.</p> 43 44<h2>Description</h2> 45 46<p><code>AXSetVoiceItdTarget()</code> sets the desired phase delay, in 32-kHz samples, for the left and right channels of the specified voice. This function also asserts the appropriate synchronization flags in <code>axvpb.sync</code>.</p> 47<h2>See Also</h2> 48 49<p> 50<code><a href="../Parameter_Blocks/AXPBITD_itd.html">axvpb.pb.itd</a><br> <a href="AXSetVoiceItdOn.html">AXSetVoiceItdOn</a></code> 51</p> 52 53 54<h2>Revision History</h2> 55 56<P>2006/03/01 Initial version.</P> 57<hr> 58<P>CONFIDENTIAL</p> 59</BODY> 60</HTML> 61