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>AXSetVoiceRmtMix</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">AXSetVoiceRmtMix</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXSetVoiceRmtMix(AXVPB *p, AXPBRMTMIX *mix);</CODE></pre> 22</BLOCKQUOTE> 23 24<h2>Arguments</h2> 25 26<table border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<td width="120" bgcolor="#ffffe8"><em><strong><code>p</code></strong></em></td> 29<td width="520">Pointer to the specified voice.</td> 30 </tr> 31 <tr> 32<td width="120" bgcolor="#ffffe8"><em><strong><code>mix</code></strong></em></td> 33<td width="520">Pointer to a structure of type <code>AXPBRMTMIX</code>. Values are initialized by the user audio application.</td> 34 </tr> 35</table> 36 37<h2>Return Values</h2> 38 39<p>None.</p> 40 41<h2>Description</h2> 42 43<p>The <code>AXSetVoiceRmtMix</code> function sets the mixing parameters (<code>AXPBRMTMIX</code>) for the controller speaker having the specified voice.</p> 44 45<p>When playing audio from a controller speaker, not only must the appropriate mixing parameters be set using this function, but voice processing for the controller speaker must also be enabled by setting AX_PB_REMOTE_ON.</p> 46 47<p>The <code>AXSetVoiceRmtMix</code> function sets the appropriate value for <code>axvpb.pb.rmtMixterCtrl</code> in accordance with the mixing parameter already set. It also asserts the <code>AX_SYNC_USER_RMTMIX</code> for <code>axvpb.sync</code>.</p> 48 49<h2>See Also</h2> 50 51<p> 52<code><a href="../Voice_Parameter_Blocks/sync.html">axvpb.sync</a><br> <a href="../Parameter_Blocks/AXPBRMTMIX_rmtMix.html">axvpb.pb.rmtMix</a><br> <a href="../Parameter_Blocks/rmtMixerCtrl.html">axvpb.pb.rmtMixerCtrl</a><br> <a href="../Parameter_Blocks/remote.html">axvpb.pb.remote</a><br> <a href="./AXSetVoiceRmtOn.html">AXSetVoiceRmtOn</a></code> 53</p> 54 55<h2>Revision History</h2> 56 57<P>2006/07/31 Initial version.</P> 58 59<hr> 60<P>CONFIDENTIAL</p> 61</BODY> 62</HTML> 63