1*90c8c64dSAndroid Build Coastguard Worker<p>JetBoy is a sample game that demonstrates the use of the 2*90c8c64dSAndroid Build Coastguard Worker<a href="../../../reference/android/media/JetPlayer.html">android.media.JetPlayer</a> 3*90c8c64dSAndroid Build Coastguard Workerclass to implement an interactive music soundtrack in an application. JetBoy uses 4*90c8c64dSAndroid Build Coastguard Worker<a href="../../../guide/topics/media/index.html#jet">JET content created with 5*90c8c64dSAndroid Build Coastguard WorkerJetCreator</a> and game-generated events fed to JetPlayer 6*90c8c64dSAndroid Build Coastguard Workerto adapt the soundtrack to the user actions. Listen to how the melody picks 7*90c8c64dSAndroid Build Coastguard Workerup when you start shooting asteroids, how you are congratulated when you 8*90c8c64dSAndroid Build Coastguard Workerhit several asteroids in a row, or destroy enough of them in the allotted time.</p> 9*90c8c64dSAndroid Build Coastguard Worker 10*90c8c64dSAndroid Build Coastguard Worker<p>The JetBoyView.java file in JetBoy illustrates the loading of JET content 11*90c8c64dSAndroid Build Coastguard Worker(loading a file, queuing segments), its playback, and how to alter what 12*90c8c64dSAndroid Build Coastguard Workeris currently playing (use of clips and mute masks).</p> 13*90c8c64dSAndroid Build Coastguard Worker 14*90c8c64dSAndroid Build Coastguard Worker<p class="note"><strong>Note:</strong> 15*90c8c64dSAndroid Build Coastguard WorkerThe <code>JETBOY_content/</code> directory is empty in this online presentation of 16*90c8c64dSAndroid Build Coastguard Workerthe application. For complete access to all the JetBoy files, see the sample code included 17*90c8c64dSAndroid Build Coastguard Workerin the SDK, located at <code><sdk>/platforms/<platform>/samples/JetBoy/</code>. 18*90c8c64dSAndroid Build Coastguard Worker</p> 19*90c8c64dSAndroid Build Coastguard Worker 20*90c8c64dSAndroid Build Coastguard Worker<p><strong>See also:</strong><br/> 21*90c8c64dSAndroid Build Coastguard Worker<a href="../../../guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/> 22*90c8c64dSAndroid Build Coastguard Worker<a href="../../../reference/android/media/JetPlayer.html">JetPlayer class</a></p> 23*90c8c64dSAndroid Build Coastguard Worker 24*90c8c64dSAndroid Build Coastguard Worker<img alt="" src="../images/JetBoy.png" /> 25