BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerIsMirrored Property

BASS.NET API for the Un4seen BASS Audio Library
Returns if the ASIO Channel is being mirrored to another output channel.

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

public bool IsMirrored { get; }

Property Value

Type: Boolean
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 MirrorChannel).

See Also

Reference