Package apple.coremidi.struct
Class MIDINotification
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coremidi.struct.MIDINotification
-
public final class MIDINotification extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MIDINotification()MIDINotification(int messageID, int messageSize)protectedMIDINotification(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmessageID()intmessageSize()voidsetMessageID(int value)voidsetMessageSize(int value)
-