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>MIXRmtAdjustFader</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">MIXRmtAdjustFader</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 MIXRmtAdjustFader(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 fader 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><code>MIXRmtAdjustFader</code> adjusts the fader control for the specified voice and specified controller speaker.</p> 50 51<h2>See Also</h2> 52 53<h2>Revision History</h2> 54 55<P>2006/08/03 Initial version.</P> 56 57<hr> 58<P>CONFIDENTIAL</p> 59</BODY> 60</HTML> 61