Tree-Axis ``` Processing  


Back  
Class   AudioStream
   
Name  

destroy()

   
Examples  
// Example by Krister Olsson

import krister.Ess.*;

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

// create a new AudioStream
AudioStream myStream=new AudioStream();

// destroy it
myStream.destroy();

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


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

   
Returns   nothing
   
Usage   Web & Application
   
 
 






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


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