Uses of Class
org.robovm.apple.coremidi.MIDINotificationMessageID
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDINotificationMessageID in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDINotificationMessageID Modifier and Type Method Description MIDINotificationMessageIDMIDIIOErrorNotification. getMessageID()MIDINotificationMessageIDMIDINotification. getMessageID()MIDINotificationMessageIDMIDIObjectAddRemoveNotification. getMessageID()MIDINotificationMessageIDMIDIObjectPropertyChangeNotification. getMessageID()static MIDINotificationMessageIDMIDINotificationMessageID. valueOf(long n)Returns the enum constant of this type with the specified name.static MIDINotificationMessageIDMIDINotificationMessageID. valueOf(String name)Returns the enum constant of this type with the specified name.static MIDINotificationMessageID[]MIDINotificationMessageID. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coremidi with parameters of type MIDINotificationMessageID Modifier and Type Method Description MIDIIOErrorNotificationMIDIIOErrorNotification. setMessageID(MIDINotificationMessageID messageID)MIDINotificationMIDINotification. setMessageID(MIDINotificationMessageID messageID)MIDIObjectAddRemoveNotificationMIDIObjectAddRemoveNotification. setMessageID(MIDINotificationMessageID messageID)MIDIObjectPropertyChangeNotificationMIDIObjectPropertyChangeNotification. setMessageID(MIDINotificationMessageID messageID)Constructors in org.robovm.apple.coremidi with parameters of type MIDINotificationMessageID Constructor Description MIDIIOErrorNotification(MIDINotificationMessageID messageID, int messageSize, MIDIDevice driverDevice, OSStatus errorCode)MIDINotification(MIDINotificationMessageID messageID, int messageSize)MIDIObjectAddRemoveNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject parent, MIDIObjectType parentType, MIDIObject child, MIDIObjectType childType)MIDIObjectPropertyChangeNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject object, MIDIObjectType objectType, String propertyName)