Uses of Class
org.robovm.apple.coremidi.MIDIEndpoint
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.coremidi |
-
Uses of MIDIEndpoint in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return MIDIEndpoint Modifier and Type Method Description MIDIEndpointMusicTrack. getDestMIDIEndpoint()Methods in org.robovm.apple.audiotoolbox with parameters of type MIDIEndpoint Modifier and Type Method Description voidMusicTrack. setDestMIDIEndpoint(MIDIEndpoint endpoint)protected OSStatusMusicTrack. setDestMIDIEndpoint0(MIDIEndpoint inEndpoint)voidMusicSequence. setMIDIEndpoint(MIDIEndpoint endpoint)OSStatusMusicSequence. setMIDIEndpoint0(MIDIEndpoint inEndpoint) -
Uses of MIDIEndpoint in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIEndpoint Modifier and Type Method Description static MIDIEndpointMIDIEndpoint. createDestination(MIDIClient client, String name, MIDIReadProc readProc)static MIDIEndpointMIDIEndpoint. createSource(MIDIClient client, String name)static MIDIEndpointMIDI. getDestination(long destIndex0)MIDIEndpointMIDIEntity. getDestination(long destIndex0)MIDIEndpointMIDISysexSendRequest. getDestination()MIDIEndpointMIDINetworkSession. getDestinationEndpoint()MIDIEndpointMIDIThruConnectionEndpoint. getEndpointRef()MIDIEndpointMIDICIDeviceInfo. getMidiDestination()static MIDIEndpointMIDI. getSource(long sourceIndex0)MIDIEndpointMIDIEntity. getSource(long sourceIndex0)MIDIEndpointMIDINetworkSession. getSourceEndpoint()Methods in org.robovm.apple.coremidi with parameters of type MIDIEndpoint Modifier and Type Method Description MIDIErrorMIDIPort. connectSource(MIDIEndpoint source)protected MIDIErrorMIDIPort. connectSource(MIDIEndpoint source, long connRefCon)MIDIErrorMIDIPort. disconnectSource(MIDIEndpoint source)static MIDIErrorMIDI. flushOutput(MIDIEndpoint dest)static OSStatusMIDI. receivedEventList(MIDIEndpoint src, MIDIEventList evtlist)static MIDIErrorMIDI. send(MIDIPort port, MIDIEndpoint dest, MIDIPacketList pktlist)Deprecated.Use MIDISendEventListstatic OSStatusMIDI. sendEventList(MIDIPort port, MIDIEndpoint dest, MIDIEventList evtlist)MIDISysexSendRequestMIDISysexSendRequest. setDestination(MIDIEndpoint destination)MIDIThruConnectionEndpointMIDIThruConnectionEndpoint. setEndpointRef(MIDIEndpoint endpointRef)Constructors in org.robovm.apple.coremidi with parameters of type MIDIEndpoint Constructor Description MIDISysexSendRequest(MIDIEndpoint destination, BytePtr data, int bytesToSend, boolean complete, ByteBuffer reserved, FunctionPtr completionProc, VoidPtr completionRefCon)MIDIThruConnectionEndpoint(MIDIEndpoint endpointRef, int uniqueID)