Class ALMultiInput.TALMultiInput
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: AudioLabPkg
Unit: ALMultiInput
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TALMultiInput = class( TLPComponent )
C++ Builder:
class TALMultiInput : public TLPComponent
Visual C++ (MFC):
class CTALMultiInput : public CTLPComponent
C# (.NET):
public ref class TALMultiInput : Mitov.AudioLab.Component
Summary
Base abstract class for multi-input audio components.
Description
This is a base class for different multi input filters. Do not make instances of this class. Instead create instance of an inherited class.
Properties
Published
- AudioFormat - Desired output audio format.
- Threading - Specifies the desired threading settings for the filtering.
Pins
- OutputPin - The Audio Output Pin of the component.