Tree-Axis ``` Processing  


Back  
Class   AudioChannel
   
Name  

destroy()

   
Examples  
// Example by Krister Olsson

import krister.Ess.*;

// start up Ess
Ess.start(this);

// create a new AudioChannel
AudioChannel myChannel=new AudioChannel();

// destroy it
myChannel.destroy();

// we are done, clean up Ess
Ess.stop();


Description   Stops an AudioChannel (if playing) and destroys it. Ess.stop() destroys all active AudioChannels so it is not usually necessary to call this method
   
Syntax  
channel.destroy()
   
Parameters  
channel   any instance of AudioChannel

   
Returns   nothing
   
Usage   Web & Application
   
 
 






   
 
Updated: Tue May 31 04:52:38 PDT 2006


 
  Questions, comments, corrections: e-mail Krister Olsson.