BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDeviceGetDeviceDescription Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the name of the given output device ID.

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

public static string GetDeviceDescription(
	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 (see GetDeviceCount).

Return Value

Type: String
The name of the Midi output device.
See Also

Reference