Class ALBasicGenericFilter.TALBasicGenericFilter
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: TALCommonFilter
Contents |
Syntax
Delphi:
type TALBasicGenericFilter = class( TALCommonFilter )
C++ Builder:
class TALBasicGenericFilter : public TALCommonFilter
Visual C++ (MFC):
class CTALBasicGenericFilter : public CTALCommonFilter
C# (.NET):
public ref class TALBasicGenericFilter : Mitov.AudioLab.CommonFilter
Summary
Base class for generic audio filters.
Description
This is base class for generic audio filters.
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.