| Package | efnx.events |
| Class | public class WaveformEvent |
| Inheritance | WaveformEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| leftChunk : Vector
The left channel values of analyzed windows since the last WaveformEvent.
| WaveformEvent | ||
| rightChunk : Vector
The right channel values of analyzed windows since the last WaveformEvent.
| WaveformEvent | ||
| windowsAnalyzed : uint = 0
The number of windowsAnalyzed thus far.
| WaveformEvent | ||
| windowsTotal : uint = 0
The number of windows total to be analyzed.
| WaveformEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WaveformEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
Creates a WaveformEvent object.
| WaveformEvent | ||
|
clone():Event
| WaveformEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "complete" [static]
Defines the value of the
type property of a complete event object. | WaveformEvent | ||
| PROGRESS : String = "progress" [static]
Defines the value of the
type property of a progress event object. | WaveformEvent | ||
| leftChunk | property |
public var leftChunk:VectorThe left channel values of analyzed windows since the last WaveformEvent.
| rightChunk | property |
public var rightChunk:VectorThe right channel values of analyzed windows since the last WaveformEvent.
| windowsAnalyzed | property |
public var windowsAnalyzed:uint = 0The number of windowsAnalyzed thus far.
| windowsTotal | property |
public var windowsTotal:uint = 0The number of windows total to be analyzed.
| WaveformEvent | () | constructor |
public function WaveformEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)Creates a WaveformEvent object.
Parameterstype:String — The type of WaveformEvent, either "complete" or "progress."
|
|
bubbles:Boolean (default = true) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
Defines the value of the type property of a complete event object.
| PROGRESS | constant |
public static const PROGRESS:String = "progress"
Defines the value of the type property of a progress event object.