Package org.robovm.apple.coremidi
Class MIDIEndpoint
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coremidi.MIDIObject
org.robovm.apple.coremidi.MIDIEndpoint
public class MIDIEndpoint extends MIDIObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIEndpoint.MIDIEndpointPtrNested classes/interfaces inherited from class org.robovm.apple.coremidi.MIDIObject
MIDIObject.MIDIObjectPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIEndpoint() -
Method Summary
Modifier and Type Method Description static MIDIEndpointcreateDestination(MIDIClient client, String name, MIDIReadProc readProc)protected static MIDIErrorcreateDestination(MIDIClient client, String name, FunctionPtr readProc, long refCon, MIDIEndpoint.MIDIEndpointPtr outDest)Deprecated.Use MIDIDestinationCreateWithProtocolstatic MIDIEndpointcreateSource(MIDIClient client, String name)protected static MIDIErrorcreateSource(MIDIClient client, String name, MIDIEndpoint.MIDIEndpointPtr outSrc)Deprecated.Use MIDISourceCreateWithProtocolprotected static MIDIErrorcreateSource(MIDIClient client, String name, MIDIProtocolID protocol, MIDIEndpoint.MIDIEndpointPtr outSrc)MIDIErrordispose()MIDIEntitygetEntity()protected MIDIErrorgetEntity(MIDIEntity.MIDIEntityPtr outEntity)MIDIErrorreceived(MIDIPacketList pktlist)Deprecated.Use MIDIReceivedEventListprotected MIDIErrorsetRefCons(long ref1, long ref2)Methods inherited from class org.robovm.apple.coremidi.MIDIObject
findByUniqueID, findObjectById, findObjectTypeById, getDataProperty, getDataProperty, getDictionaryProperty, getDictionaryProperty, getIntegerProperty, getIntegerProperty, getProperties, getProperties, getStringProperty, getStringProperty, removeProperty, setDataProperty, setDictionaryProperty, setIntegerProperty, setStringProperty
-
Constructor Details
-
MIDIEndpoint
public MIDIEndpoint()
-
-
Method Details
-
getEntity
-
createDestination
public static MIDIEndpoint createDestination(MIDIClient client, String name, MIDIReadProc readProc) -
createSource
-
getEntity
-
createDestination
@Deprecated protected static MIDIError createDestination(MIDIClient client, String name, FunctionPtr readProc, long refCon, MIDIEndpoint.MIDIEndpointPtr outDest)Deprecated.Use MIDIDestinationCreateWithProtocol -
createSource
protected static MIDIError createSource(MIDIClient client, String name, MIDIProtocolID protocol, MIDIEndpoint.MIDIEndpointPtr outSrc)- Since:
- Available in iOS 14.0 and later.
-
createSource
@Deprecated protected static MIDIError createSource(MIDIClient client, String name, MIDIEndpoint.MIDIEndpointPtr outSrc)Deprecated.Use MIDISourceCreateWithProtocol -
dispose
-
received
Deprecated.Use MIDIReceivedEventList -
setRefCons
-