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>MIXQuit</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">MIXQuit</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><CODE>#include &lt;revolution.h&gt;
21#include &lt;revolution/mix.h&gt;</CODE></pre>
22  </dd>
23<dd><pre><CODE>void MIXQuit(void);</CODE></pre>
24  </dd>
25</dl>
26
27<h2>Arguments</h2>
28
29<p>None.</p>
30
31<h2>Return Values</h2>
32
33<p>None.</p>
34
35<h2>Description</h2>
36
37<p>Call the <CODE>MIXQuit</CODE> function if you want to shut down the mixer carefully.</p>
38
39<p><strong>Note: </strong> This function currently does nothing. Use this interface if running code is necessary to silence any stray mixer input.</p>
40
41<h2>See Also</h2>
42
43<p><a href="MIXInit.html"><CODE>MIXInit</CODE></a></p>
44
45<h2>Revision History</h2>
46<P>2006/03/01 Initial version.</P>
47
48<hr>
49<P>CONFIDENTIAL</p>
50</BODY>
51</HTML>
52