Package org.robovm.apple.coremidi
Class MIDIObjectAddRemoveNotification
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MIDIObjectAddRemoveNotification>
org.robovm.apple.coremidi.MIDIObjectAddRemoveNotification
- All Implemented Interfaces:
Iterable<MIDIObjectAddRemoveNotification>
public class MIDIObjectAddRemoveNotification extends Struct<MIDIObjectAddRemoveNotification>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIObjectAddRemoveNotification.MIDIObjectAddRemoveNotificationPtr -
Constructor Summary
Constructors Constructor Description MIDIObjectAddRemoveNotification()MIDIObjectAddRemoveNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject parent, MIDIObjectType parentType, MIDIObject child, MIDIObjectType childType) -
Method Summary
Modifier and Type Method Description MIDIObjectgetChild()MIDIObjectTypegetChildType()MIDINotificationMessageIDgetMessageID()intgetMessageSize()MIDIObjectgetParent()MIDIObjectTypegetParentType()MIDIObjectAddRemoveNotificationsetChild(MIDIObject child)MIDIObjectAddRemoveNotificationsetChildType(MIDIObjectType childType)MIDIObjectAddRemoveNotificationsetMessageID(MIDINotificationMessageID messageID)MIDIObjectAddRemoveNotificationsetMessageSize(int messageSize)MIDIObjectAddRemoveNotificationsetParent(MIDIObject parent)MIDIObjectAddRemoveNotificationsetParentType(MIDIObjectType parentType)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MIDIObjectAddRemoveNotification
public MIDIObjectAddRemoveNotification() -
MIDIObjectAddRemoveNotification
public MIDIObjectAddRemoveNotification(MIDINotificationMessageID messageID, int messageSize, MIDIObject parent, MIDIObjectType parentType, MIDIObject child, MIDIObjectType childType)
-
-
Method Details
-
getMessageID
-
setMessageID
-
getMessageSize
public int getMessageSize() -
setMessageSize
-
getParent
-
setParent
-
getParentType
-
setParentType
-
getChild
-
setChild
-
getChildType
-
setChildType
-