BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceDisconnect Method

BASS.NET API for the Un4seen BASS Audio Library
Disconnects this input device from a MIDI thru or output device.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool Disconnect(
	IntPtr handleFrom
)

Parameters

handleFrom
Type: SystemIntPtr
Handle to the MIDI output device to be disconnected.

Return Value

Type: Boolean
on success, else will be returned.
Remarks

Use this method to disconnect the device you connected with the Connect(IntPtr) method beforehand.
See Also

Reference