Packagecom.ryanberdeen.soundtouch
Classpublic class FilterSupport
SubclassesSimpleFilter



Public Properties
 PropertyDefined by
  pipe : IFifoSamplePipe
[read-only]
FilterSupport
Protected Properties
 PropertyDefined by
  inputBuffer : FifoSampleBuffer
[read-only]
FilterSupport
  outputBuffer : FifoSampleBuffer
[read-only]
FilterSupport
Public Methods
 MethodDefined by
  
FilterSupport
  
clear():void
FilterSupport
Protected Methods
 MethodDefined by
  
fillInputBuffer(numFrames:int):void
FilterSupport
  
fillOutputBuffer(numFrames:int):void
FilterSupport
Property detail
inputBufferproperty
inputBuffer:FifoSampleBuffer  [read-only]Implementation
    protected function get inputBuffer():FifoSampleBuffer
outputBufferproperty 
outputBuffer:FifoSampleBuffer  [read-only]Implementation
    protected function get outputBuffer():FifoSampleBuffer
pipeproperty 
pipe:IFifoSamplePipe  [read-only]Implementation
    public function get pipe():IFifoSamplePipe
Constructor detail
FilterSupport()constructor
public function FilterSupport(pipe:IFifoSamplePipe)Parameters
pipe:IFifoSamplePipe
Method detail
clear()method
public function clear():void
fillInputBuffer()method 
protected function fillInputBuffer(numFrames:int):voidParameters
numFrames:int
fillOutputBuffer()method 
protected function fillOutputBuffer(numFrames:int):voidParameters
numFrames:int