BASS.NET API for the Un4seen BASS Audio Library

MIDI_INCAPS Class

BASS.NET API for the Un4seen BASS Audio Library
Represents MIDI input device capabilities as returned by the MIDI_InGetDevCaps(Int32, MIDI_INCAPS) method.
Inheritance Hierarchy

SystemObject
  radio42.Multimedia.MidiMIDI_INCAPS

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class MIDI_INCAPS

The MIDI_INCAPS type exposes the following members.

Constructors

  NameDescription
Public methodMIDI_INCAPS
Default Constructor.
Top
Methods

  NameDescription
Public methodToString
Returns the name of the Midi input device.
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fielddriverVersion
Version number of the device driver for the MIDI input device.
Public fieldmid
Manufacturer identifier of the device driver for the MIDI input device.
Public fieldname
Product name in a null-terminated string.
Public fieldpid
Product identifier of the MIDI input device.
Public fieldsupport
Reserved; must be zero.
Top
See Also

Reference