BASS.NET API for the Un4seen BASS Audio Library

MidiMIDI_GetErrorText Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the error message for a given error code.

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

public static string MIDI_GetErrorText(
	bool input,
	int errCode
)

Parameters

input
Type: SystemBoolean
Dealing with an input device? =input, =output.
errCode
Type: SystemInt32
The error code to get the message from.

Return Value

Type: String
The error message associated with the error code.
See Also

Reference