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>HBMSEV_XXX Enumerators</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>HBMSEV_XXX Enumerators</H1> 21 22<H2>Syntax</H2> 23<dl><dd><pre><code> 24#include <revolution/hbm.h> 25 26typedef enum 27{ 28 HBMSEV_BEFORE_INIT_SOUND, /* when entering the menu immediately before initializing sounds */ 29 HBMSEV_INIT_SOUND, /* when entering the menu immediately before playing special effects */ 30 HBMSEV_BEGIN_EXIT_ANIM, /* start animation playback when exiting the menu */ 31 HBMSEV_BEGIN_BLACKOUT /* start menu blackout */ 32 HBMSEV_END_MENU, /* shutdown menu */ 33 HBMSEV_PLAY_SOUND /* play effect sound */ 34#ifdef USE_FOR_MANUAL 35 ,HBMSEV_BEGIN_BLACKOUT_TO_MANUAL /* begin menu blackout (for manual) */ 36#endif 37}; 38</code></pre></dd></dl> 39 40<H2>Value</H2> 41<TABLE class="arguments"> 42 <TR> 43 <TH>HBMSEV_BEFORE_INIT_SOUND</TH> 44 <TD>Occurs immediately before the HBM library initializes sounds when HOME is pressed.</TD> 45 </TR> 46 <TR> 47 <TH>HBMSEV_INIT_SOUND</TH> 48 <TD>Occurs immediately before the HBM library plays the sound effect for displaying the HOME Menu when HOME is pressed.</TD> 49 </TR> 50 <TR> 51 <TH>HBMSEV_BEGIN_EXIT_ANIM</TH> 52 <TD>Occurs when exiting the HOME Menu and starts animation playback when returning to the application.</TD> 53 </TR> 54 <TR> 55 <TH>HBMSEV_BEGIN_BLACKOUT</TH> 56 <TD>Occurs when blackout of the HOME Menu begins.</TD> 57 </TR> 58 <TR> 59 <TH>HBMSEV_END_MENU</TH> 60 <TD>Occurs when the HOME Menu has terminated.</TD> 61 </TR> 62 <TR> 63 <TH>HBMSEV_PLAY_SOUND</TH> 64 <TD>Used to notify the time to play the sound effect.</TD> 65 </TR> 66 <TR> 67 <TH>HBMSEV_BEGIN_BLACKOUT_TO_MANUAL</TH> 68 <TD>Occurs when blackout of the HOME Menu begins, to display the manual.</TD> 69 </TR> 70</TABLE> 71 72<H2>Description</H2> 73<P> 74This enumerator takes a value indicating the event type and is passed in an argument of the callback function for the sound. 75</P> 76 77<H2>See Also</H2> 78<p> 79<code><A href="hbm_HBMSoundCallback.html">HBMSoundCallback Type</A></code> 80</P> 81 82<H2>Revision History</H2> 83<DL class="history"> 84 <DT>2007/10/26<DD>Revised the header explanation. 85 <DT>2006/10/19<DD>Manual edition. 86 <DT>2006/10/02<DD>Initial version. 87</DL> 88 89<hr><p>CONFIDENTIAL</p></body> 90</HTML>