The Waveform utility creates a graphical waveform,
often used for visual representations of sound.
var w:Waveform = new Waveform;
w.draw();
addChild(w);
averageGain:Array Implementation public function get averageGain():Array public function set averageGain(value:Array):voidwaveColor:uint Implementation public function get waveColor():uint public function set waveColor(value:uint):voidwaveHeight:Number Implementation public function get waveHeight():Number public function set waveHeight(value:Number):voidwaveWidth:Number Implementation public function get waveWidth():Number public function set waveWidth(value:Number):voidpublic function Waveform()
Creates a Waveform object, sets property defaults,
add the waveform object to the stage
public function Dispose():void
Frees object memory
public function draw():void
Draws waveform
Tue Apr 16 2013, 03:24 PM -06:00