You are here: Symbol Reference > AsioAudioSignal Namespace > Classes > TSignalAsio Class > public > TSignalAsio.OutputChannelMap Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalAsio.OutputChannelMap Property

Specifies hardware channel number to be mapped to software channels.

Pascal
property OutputChannelMap: TVecInt;

Used only, if ChannelMapping is true. Allows the component to simulate more hardware channels than actually present. The OutputChannelMap specifies the "hardware" destination for software channels. If the same hardware index is specified more than once, the channels are summed together (audio mixer). Total number of software output channels is defined by setting OutputChannelMap.Length and needs to match Inputs.Count. Total number of hardware output channels is obtained from TotalOutputCh property. The number of selected hardware channels is returned by OutputChannelCountHw. 

If ChannelMapping is false, the OutputChannelCount and OutputChannelCountHW are the same.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!