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>MIXRmtAdjustAux</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">MIXRmtAdjustAux</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><CODE>#include <revolution.h> 20#include <revolution/mix.h></CODE></pre> 21 </dd> 22<dd><pre><CODE>void MIXRmtAdjustAux(AXVPB *p, int num, int dB);</CODE></pre> 23 </dd> 24</dl> 25 26<h2>Arguments</h2> 27 28<table border="1" cellpadding="3" cellspacing="0.1"> 29 <tr> 30<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">p </font></strong></em></td> 31<td width="520">Specifies the pointer to the AXVPB structure acquired from AX by the application.</td> 32 </tr> 33 <tr> 34<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">num</font></strong></em></td> 35<td width="520">Controller number (0 to 3).</td> 36 </tr> 37 <tr> 38<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">dB </font></strong></em></td> 39<td width="520">Represents the value by which to change aux control in units of 0.1 dB. (1 = 0.1 dB).</td> 40 </tr> 41</table> 42 43<h2>Return Values</h2> 44 45<p>None.</p> 46 47<h2>Description</h2> 48 49<p><font face="Courier New">MIXRmtAdjustAux</font> adjusts the aux control for the specified voice and specified controller speaker.</p> 50 51<p><strong>Note:</strong> An Aux bus for the controller speaker is not implemented.</p> 52 53<h2>See Also</h2> 54 55<h2>Revision History</h2> 56 57<P>2006/08/03 Initial version.</P> 58 59<hr> 60<P>CONFIDENTIAL</p> 61</BODY> 62</HTML> 63