Class ALMultiInput.TALMultiInput
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit ALMultiInput|ALMultiInput]] | '''Unit:''' [[Unit ALMultiInput|ALMultiInput]] | ||
− | '''Inherits:''' [[Class | + | '''Inherits:''' [[Class ALMultiInput.TALBasicMultiInput|TALBasicMultiInput]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TALMultiInput = '''class'''( [[Class | + | '''type''' TALMultiInput = '''class'''( [[Class ALMultiInput.TALBasicMultiInput|TALBasicMultiInput]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TALMultiInput : '''public''' [[Class | + | '''class''' TALMultiInput : '''public''' [[Class ALMultiInput.TALBasicMultiInput|TALBasicMultiInput]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTALMultiInput : '''public''' [[Class | + | '''class''' CTALMultiInput : '''public''' [[Class ALMultiInput.TALBasicMultiInput|CTALBasicMultiInput]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MultiInput : [[Class ALMultiInput.TALBasicMultiInput|Mitov.AudioLab.BasicMultiInput]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 40: | Line 40: | ||
=== Published === | === Published === | ||
*[[Property ALMultiInput.TALMultiInput.AudioFormat|AudioFormat]] - Desired output audio format. | *[[Property ALMultiInput.TALMultiInput.AudioFormat|AudioFormat]] - Desired output audio format. | ||
− | |||
== Pins == | == Pins == | ||
*[[Pin ALMultiInput.TALMultiInput.OutputPin|OutputPin]] - The Audio Output Pin of the component. | *[[Pin ALMultiInput.TALMultiInput.OutputPin|OutputPin]] - The Audio Output Pin of the component. | ||
+ | |||
+ | == From [[Class ALMultiInput.TALBasicMultiInput|TALBasicMultiInput]] == | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | === Published === | ||
+ | *[[Property ALMultiInput.TALBasicMultiInput.Threading|Threading]] - Specifies the desired threading settings for the filtering. | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
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: TALBasicMultiInput
Contents |
Syntax
Delphi:
type TALMultiInput = class( TALBasicMultiInput )
C++ Builder:
class TALMultiInput : public TALBasicMultiInput
Visual C++ (MFC):
class CTALMultiInput : public CTALBasicMultiInput
C# (.NET):
public ref class MultiInput : Mitov.AudioLab.BasicMultiInput
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.
Pins
- OutputPin - The Audio Output Pin of the component.
From TALBasicMultiInput
Properties
Published
- Threading - Specifies the desired threading settings for the filtering.