Class ALBasicGenericFilter.TALSimpleGenericFilter
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabBasicPkg
Unit: ALBasicGenericFilter
Inherits: TALBasicGenericFilter
Contents |
Syntax
Delphi:
type TALSimpleGenericFilter = class( TALBasicGenericFilter )
C++ Builder:
class TALSimpleGenericFilter : public TALBasicGenericFilter
Visual C++ (MFC):
class CTALSimpleGenericFilter : public CTALBasicGenericFilter
C# (.NET):
public ref class TALSimpleGenericFilter : Mitov.AudioLab.BasicGenericFilter
Summary
Base class for generic audio filters.
Description
This is base class for generic audio filters.
Methods
Public
- procedure SendData(OutBuffer : IALAudioBuffer) - Sends audio buffer trough the output pin.
Events
- OnProcessData - Occurs when a data buffer is received.
From TALBasicGenericFilter
Properties
Published
- SynchronizeType - Type of thread buffer synchronization.
Public
- WaveFormat - Returns the current audio format.
Methods
Public
- procedure SendStartCommand(ABitsPerSample : Integer; AChannelsCount : Integer; ARate : Real) - Sends start command trough the output pin.
- procedure SendPauseCommand() - Sends full pause command trough the output pin.
- procedure SendResumeCommand() - Sends resume audio command trough the output pin.
- procedure SendStopCommand() - Sends stop command trough the output pin.
- procedure SendEndStopCommand() - Sends full end stop command trough the output pin.
- procedure ClearQueue() - Clears the internal synchronization buffer queue.