MIDIOUTCAPS class base struct

The MIDIOUTCAPS structure describes the capabilities of a MIDI output device.

Inheritance
Annotations

Constructors

MIDIOUTCAPS()

Properties

dwSupport int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
szPname String
getter/setter pair
vDriverVersion int
getter/setter pair
wChannelMask int
getter/setter pair
wMid int
getter/setter pair
wNotes int
getter/setter pair
wPid int
getter/setter pair
wTechnology int
getter/setter pair
wVoices int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited