Uses of Class
org.robovm.apple.coremidi.MIDIObjectType
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIObjectType in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIObjectType Modifier and Type Method Description static MIDIObjectTypeMIDIObject. findObjectTypeById(int uniqueID)MIDIObjectTypeMIDIObjectAddRemoveNotification. getChildType()MIDIObjectTypeMIDIObjectPropertyChangeNotification. getObjectType()MIDIObjectTypeMIDIObjectAddRemoveNotification. getParentType()static MIDIObjectTypeMIDIObjectType. valueOf(long n)Returns the enum constant of this type with the specified name.static MIDIObjectTypeMIDIObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static MIDIObjectType[]MIDIObjectType. 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 MIDIObjectType Modifier and Type Method Description MIDIObjectAddRemoveNotificationMIDIObjectAddRemoveNotification. setChildType(MIDIObjectType childType)MIDIObjectPropertyChangeNotificationMIDIObjectPropertyChangeNotification. setObjectType(MIDIObjectType objectType)MIDIObjectAddRemoveNotificationMIDIObjectAddRemoveNotification. setParentType(MIDIObjectType parentType)Constructors in org.robovm.apple.coremidi with parameters of type MIDIObjectType Constructor Description MIDIObjectAddRemoveNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject parent, MIDIObjectType parentType, MIDIObject child, MIDIObjectType childType)MIDIObjectPropertyChangeNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject object, MIDIObjectType objectType, String propertyName)