Represents MIDI input device capabilities as returned by the MIDI_InGetDevCaps(Int32, MIDI_INCAPS) method.
Inheritance Hierarchy
radio42.Multimedia.MidiMIDI_INCAPS
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class MIDI_INCAPS
The MIDI_INCAPS type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MIDI_INCAPS |
Default Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns the name of the Midi input device.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | driverVersion |
Version number of the device driver for the MIDI input device.
|
![]() | mid |
Manufacturer identifier of the device driver for the MIDI input device.
|
![]() | name |
Product name in a null-terminated string.
|
![]() | pid |
Product identifier of the MIDI input device.
|
![]() | support |
Reserved; must be zero.
|
See Also