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>MIXReleaseChannel</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">MIXReleaseChannel</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><CODE>#include <revolution.h> 21#include <revolution/mix.h></CODE></pre> 22 </dd> 23<dd><pre><CODE>void MIXReleaseChannel(AXVPB *p);</CODE></pre> 24 </dd> 25</dl> 26 27<h2>Arguments</h2> 28 29<table border="1" cellpadding="3" cellspacing="0.1"> 30 <tr> 31<td width="120" bgcolor="#ffffe8"><em><strong><CODE>p</CODE></strong></em></td> 32<td width="520">Specifies pointer to the AXVPB structure acquired from AX by the user. This pointer must be a valid pointer returned by <a href="../../ax/Voice_Allocation/AXAcquireVoice.html"><CODE>AXAcquireVoice</CODE></font></a>.</td> 33 </tr> 34</table> 35 36<h2>Return Values</h2> 37 38<p>None.</p> 39 40<h2>Description</h2> 41 42<p>The <CODE>MIXReleaseChannel</CODE> function releases and stops a mixer channel assigned to a voice.</p> 43 44<h2>See Also</h2> 45 46<p><font face="Courier New"><a href="../../ax/Voice_Allocation/AXAcquireVoice.html">AXAcquireVoice</a><br> <a href="MIXInitChannel.html">MIXInitChannel</a></font></p> 47 48<h2>Revision History</h2> 49<P>2006/03/01 Initial version.</P> 50 51<hr> 52<P>CONFIDENTIAL</p> 53</BODY> 54</HTML> 55