BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerMirrorChannel Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the first ASIO mirror channel (or -1 if not mirrored).

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int MirrorChannel { get; }

Property Value

Type: Int32
Remarks

You can enable mirroring with the SetMirror(Int32) method and remove it with the RemoveMirror method.

Mirroring allows an ASIO input or output Channel to be duplicated in other output channel. The property returnes the mirror channel.

If the ASIO Channel is a multi-channel (the ChannelNumChans property is greater than 1) this property will return the first mirrored channel only. However, mirroring will always mirror ChannelNumChans channels, starting with this one.

See Also

Reference