Class ALChannelSplitter.TALChannelSplitter
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| (6 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
| − | '''public ref class''' | + | '''public ref class''' ChannelSplitter : [[Class ALCommonSplitter.TALCommonSplitter|Mitov.AudioLab.CommonSplitter]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
| Line 36: | Line 36: | ||
Use this component to split the multi-channel audio into mono | Use this component to split the multi-channel audio into mono | ||
channels. | channels. | ||
| + | |||
| + | |||
| + | |||
| + | <b>Diagram:</b> | ||
| + | |||
| + | [[Image:ALChannelSplitter_Preview.png]] | ||
| + | |||
| + | == PinLists == | ||
| + | *[[Pin List ALChannelSplitter.TALChannelSplitter.OutputPins|OutputPins]] | ||
== From [[Class ALCommonSplitter.TALCommonSplitter|TALCommonSplitter]] == | == From [[Class ALCommonSplitter.TALCommonSplitter|TALCommonSplitter]] == | ||
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: ALChannelSplitter
Inherits: TALCommonSplitter
Contents |
Syntax
Delphi:
type TALChannelSplitter = class( TALCommonSplitter )
C++ Builder:
class TALChannelSplitter : public TALCommonSplitter
Visual C++ (MFC):
class CTALChannelSplitter : public CTALCommonSplitter
C# (.NET):
public ref class ChannelSplitter : Mitov.AudioLab.CommonSplitter
Summary
Splits the multi-channel audio into mono channels.
Description
Use this component to split the multi-channel audio into mono channels.
Diagram:
