BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDeviceGetInfo Method

BASS.NET API for the Un4seen BASS Audio Library
Determines the capabilities of a specified MIDI output device.

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

public static MIDI_OUTCAPS GetInfo(
	int deviceID
)

Parameters

deviceID
Type: SystemInt32
Identifier of the MIDI output device. The device identifier varies from zero to one less than the number of devices present.

Return Value

Type: MIDI_OUTCAPS
An instance of the MIDI_OUTCAPS structure representing the device capabilities - or on error.
Remarks

To determine the number of MIDI output devices present on the system, use the GetDeviceCount method.
See Also

Reference