MIDIHDR class base struct

The MIDIHDR structure defines the header used to identify a MIDI system-exclusive or stream buffer.

Inheritance
Annotations

Constructors

MIDIHDR()

Properties

dwBufferLength int
getter/setter pair
dwBytesRecorded int
getter/setter pair
dwFlags int
getter/setter pair
dwOffset int
getter/setter pair
dwReserved Array<IntPtr>
getter/setter pair
dwUser int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lpData Pointer<Utf8>
getter/setter pair
lpNext Pointer<MIDIHDR>
getter/setter pair
reserved int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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