Package | com.noteflight.standingwave2.performance |
Class | public class PerformanceElement |
Inheritance | PerformanceElement ![]() |
Property | Defined By | ||
---|---|---|---|
end : Number [read-only]
The ending time frame offset for the audio in this source
| PerformanceElement | ||
endTime : Number [read-only]
The ending time offset in seconds
| PerformanceElement | ||
source : IAudioSource [read-only]
The underlying audio source. | PerformanceElement | ||
start : Number [read-only]
The starting time frame offset for the audio in this source
| PerformanceElement | ||
startTime : Number [read-only]
The starting time offset in seconds
| PerformanceElement |
Method | Defined By | ||
---|---|---|---|
PerformanceElement(startTime:Number, source:IAudioSource)
Create a PerformanceElement that renders the given source at a particular time onset. | PerformanceElement |
end | property |
end:Number
[read-only] The ending time frame offset for the audio in this source
public function get end():Number
endTime | property |
endTime:Number
[read-only] The ending time offset in seconds
public function get endTime():Number
source | property |
source:IAudioSource
[read-only] The underlying audio source.
public function get source():IAudioSource
start | property |
start:Number
[read-only] The starting time frame offset for the audio in this source
public function get start():Number
startTime | property |
startTime:Number
[read-only] The starting time offset in seconds
public function get startTime():Number
PerformanceElement | () | Constructor |
public function PerformanceElement(startTime:Number, source:IAudioSource)
Create a PerformanceElement that renders the given source at a particular time onset.
ParametersstartTime:Number — a time onset within the performance in seconds from the time origin
| |
source:IAudioSource — an instance of IAudioSource
|