1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7
8    <LINK rel="stylesheet" href="./css/revolution.css" type="text/css">
9
10    <TITLE>HBMUpdateManualSound</TITLE>
11<style type="text/css" media="all">
12<!--
13@import url("css/hbm_common.css");
14-->
15</style>
16</HEAD>
17<BODY>
18
19
20<H1>HBMUpdateManualSound</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#include &lt;revolution/hbm.h&gt;
25
26#define USE_FOR_MANUAL
27
28void HBMUpdateManualSound( void );
29</code></pre></dd></dl>
30
31
32<H2>Arguments</H2>
33<P>
34None.
35</P>
36
37<H2>Return Values</H2>
38<P>
39None.
40</P>
41
42<H2>Description</H2>
43<P>
44Updates sound processing of the sound effects played when an application displays a manual from the HOME Menu. Set the <CODE>sound_callback</CODE> member of the <CODE><A href="hbm_HBMDataInfo.html">HBMDataInfo</A></CODE> structure to NULL and call it every frame when sound effects are played with the HBM library. This callback does not need to be called when the application plays sound effects.
45</P>
46<P>Enable the <CODE>USE_FOR_MANUAL</CODE> definition, and link <CODE>homebuttonLib.vcmv.a</CODE> or <CODE>homebuttonMiniLib.vcmv.a</CODE>.</P>
47<H2>See Also</H2>
48<p>
49<code><A href="hbm_HBMCreateSound.html">HBMCreateSound</A></code>, <code><A href="hbm_HBMPlayManualSound.html">HBMPlayManualSound</A></code>, <code><A href="hbm_HBMDataInfo.html">HBMDataInfo structure</A></code>
50</P>
51
52<H2>Revision History</H2>
53<DL class="history">
54    <DT>2007/10/26<DD>Revised the header explanation.
55  <DT>2007/05/09  <DD>Revised <STRONG>See Also</STRONG>.
56  <DT>2006/11/11  <DD>Added information about <CODE>USE_FOR_MANUAL</CODE>.
57  <DT>2006/10/19  <DD>Initial version.
58</DL>
59
60<hr><p>CONFIDENTIAL</p></body>
61</HTML>