Uses of Class
org.robovm.apple.coremidi.MIDIPacketList
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDIPacketList in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDIPacketList Modifier and Type Method Description MIDIPacketListMIDIPacketList. setNumPackets(int numPackets)Methods in org.robovm.apple.coremidi with parameters of type MIDIPacketList Modifier and Type Method Description voidMIDIReadProc. read(MIDIPacketList pktlist)MIDIErrorMIDIEndpoint. received(MIDIPacketList pktlist)Deprecated.Use MIDIReceivedEventListstatic MIDIErrorMIDI. send(MIDIPort port, MIDIEndpoint dest, MIDIPacketList pktlist)Deprecated.Use MIDISendEventListMethod parameters in org.robovm.apple.coremidi with type arguments of type MIDIPacketList Modifier and Type Method Description protected static MIDIErrorMIDIPort. createDestination(MIDIClient client, String name, MIDIEndpoint.MIDIEndpointPtr outDest, VoidBlock2<MIDIPacketList,Long> readBlock)Deprecated.Use MIDIDestinationCreateWithProtocolprotected static MIDIErrorMIDIPort. createInputPort(MIDIClient client, String portName, MIDIPort.MIDIPortPtr outPort, VoidBlock2<MIDIPacketList,Long> readBlock)Deprecated.Use MIDIInputPortCreateWithProtocol