Midi.GetExternalDevice(nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object representing the specified external MIDI device.
public static CoreMidi.MidiDevice GetExternalDevice (nint deviceIndex);
static member GetExternalDevice : nint -> CoreMidi.MidiDevice
Parameters
- deviceIndex
- System.System.IntPtr System.nativeint
The external MIDI device index.
Returns
An instance of MidiDevice, or null on error.