BASS.NET API for the Un4seen BASS Audio Library

MidiMIDI_InReset Method

BASS.NET API for the Un4seen BASS Audio Library
Stops input on a given MIDI input device.

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

public static MIDIError MIDI_InReset(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Handle to the MIDI input device.

Return Value

Type: MIDIError
Returns 0 if successful or an error code otherwise. For possible error values see MIDIError.
Remarks

This function returns all pending input buffers to the callback function and sets the MHDR_DONE flag in the Flags member of the MIDI_HEADER structure.
See Also

Reference