BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerRemoveMirror Method

BASS.NET API for the Un4seen BASS Audio Library
Removes a mirror set on the current ASIO Channel.

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

public bool RemoveMirror()

Return Value

Type: Boolean
On success is returned, else will be returned (use BASS_ASIO_ErrorGetCode to retrieve the error code).
Remarks

The mirror option must have been set before via SetMirror(Int32).

The following will be done internally:

1. The ASIO Device will be stopped (if already started).

2. The ASIO output MirrorChannel will be disabled.

3. The ASIO device will be started again (only, if it has been started before).

CAUTION: This method will always disable the MirrorChannel(s)!

See Also

Reference