Package | com.noteflight.standingwave2.elements |
Interface | public interface IAudioFilter extends IAudioSource |
Implementors | AbstractFilter, CacheFilter |
Property | Defined By | ||
---|---|---|---|
![]() | descriptor : AudioDescriptor [read-only]
The AudioDescriptor describing the audio characteristics of this source. | IAudioSource | |
![]() | frameCount : Number [read-only]
The number of sample frames in this source. | IAudioSource | |
![]() | position : Number [read-only]
The position of the audio cursor in this source, as a frame index. | IAudioSource | |
source : IAudioSource
The source of the signal for this audio filter. | IAudioFilter |
source | property |
source:IAudioSource
The source of the signal for this audio filter.
public function get source():IAudioSource
public function set source(value:IAudioSource):void