-
Methods in org.robovm.apple.coremidi that return MIDIError
| Modifier and Type |
Method |
Description |
static MIDIError |
MIDI.addDevice(MIDIDevice device) |
|
MIDIError |
MIDIDeviceList.addDevice(MIDIDevice dev) |
|
MIDIError |
MIDIDevice.addEntity(String name,
boolean embedded,
long numSourceEndpoints,
long numDestinationEndpoints,
MIDIEntity newEntity) |
|
protected MIDIError |
MIDIDevice.addEntity(String name,
boolean embedded,
long numSourceEndpoints,
long numDestinationEndpoints,
MIDIEntity.MIDIEntityPtr newEntity) |
Deprecated.
|
static MIDIError |
MIDI.addExternalDevice(MIDIDevice device) |
|
MIDIError |
MIDIEntity.addOrRemoveEndpoints(long numSourceEndpoints,
long numDestinationEndpoints) |
|
MIDIError |
MIDIPort.connectSource(MIDIEndpoint source) |
|
protected MIDIError |
MIDIPort.connectSource(MIDIEndpoint source,
long connRefCon) |
|
protected static MIDIError |
MIDIClient.create(String name,
MIDIClient.MIDIClientPtr outClient,
VoidBlock1<MIDINotification> notifyBlock) |
|
protected static MIDIError |
MIDIClient.create(String name,
FunctionPtr notifyProc,
long notifyRefCon,
MIDIClient.MIDIClientPtr outClient) |
|
protected static MIDIError |
MIDIDevice.create(MIDIDriver owner,
String name,
String manufacturer,
String model,
MIDIDevice.MIDIDevicePtr outDevice) |
|
protected static MIDIError |
MIDIThruConnection.create(String inPersistentOwnerID,
NSData inConnectionParams,
MIDIThruConnection.MIDIThruConnectionPtr outConnection) |
|
protected static MIDIError |
MIDIEndpoint.createDestination(MIDIClient client,
String name,
FunctionPtr readProc,
long refCon,
MIDIEndpoint.MIDIEndpointPtr outDest) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createDestination(MIDIClient client,
String name,
MIDIEndpoint.MIDIEndpointPtr outDest,
VoidBlock2<MIDIPacketList,Long> readBlock) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createDestination(MIDIClient client,
String name,
MIDIProtocolID protocol,
MIDIEndpoint.MIDIEndpointPtr outDest,
VoidBlock2<MIDIEventList,VoidPtr> readBlock) |
|
protected static MIDIError |
MIDIDevice.createExternal(String name,
String manufacturer,
String model,
MIDIDevice.MIDIDevicePtr outDevice) |
|
protected static MIDIError |
MIDIPort.createInputPort(MIDIClient client,
String portName,
MIDIPort.MIDIPortPtr outPort,
VoidBlock2<MIDIPacketList,Long> readBlock) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createInputPort(MIDIClient client,
String portName,
MIDIProtocolID protocol,
MIDIPort.MIDIPortPtr outPort,
VoidBlock2<MIDIEventList,VoidPtr> receiveBlock) |
|
protected static MIDIError |
MIDIPort.createInputPort(MIDIClient client,
String portName,
FunctionPtr readProc,
long refCon,
MIDIPort.MIDIPortPtr outPort) |
Deprecated.
|
protected static MIDIError |
MIDIPort.createOutputPort(MIDIClient client,
String portName,
MIDIPort.MIDIPortPtr outPort) |
|
protected static MIDIError |
MIDIEndpoint.createSource(MIDIClient client,
String name,
MIDIEndpoint.MIDIEndpointPtr outSrc) |
Deprecated.
|
protected static MIDIError |
MIDIEndpoint.createSource(MIDIClient client,
String name,
MIDIProtocolID protocol,
MIDIEndpoint.MIDIEndpointPtr outSrc) |
|
MIDIError |
MIDIPort.disconnectSource(MIDIEndpoint source) |
|
MIDIError |
MIDIClient.dispose() |
|
MIDIError |
MIDIDevice.dispose() |
|
MIDIError |
MIDIDeviceList.dispose() |
|
MIDIError |
MIDIEndpoint.dispose() |
|
MIDIError |
MIDIPort.dispose() |
|
MIDIError |
MIDIThruConnection.dispose() |
|
protected static MIDIError |
MIDIThruConnection.find(String inPersistentOwnerID,
NSData.NSDataPtr outConnectionList) |
|
protected static MIDIError |
MIDIObject.findByUniqueID(int inUniqueID,
MIDIObject.MIDIObjectPtr outObject,
IntPtr outObjectType) |
|
static MIDIError |
MIDI.flushOutput(MIDIEndpoint dest) |
|
protected MIDIError |
MIDIObject.getDataProperty(String propertyID,
NSData.NSDataPtr outData) |
|
protected MIDIError |
MIDIEntity.getDevice(MIDIDevice.MIDIDevicePtr outDevice) |
|
protected MIDIError |
MIDIObject.getDictionaryProperty(String propertyID,
NSDictionary.NSDictionaryPtr outDict) |
|
protected MIDIError |
MIDIEndpoint.getEntity(MIDIEntity.MIDIEntityPtr outEntity) |
|
protected MIDIError |
MIDIObject.getIntegerProperty(String propertyID,
IntPtr outValue) |
|
protected MIDIError |
MIDIThruConnection.getParams(NSData.NSDataPtr outConnectionParams) |
|
protected MIDIError |
MIDIObject.getProperties(CFPropertyList.CFPropertyListPtr outProperties,
boolean deep) |
|
protected MIDIError |
MIDIObject.getStringProperty(String propertyID,
NSString.NSStringPtr str) |
|
MIDIError |
MIDIEndpoint.received(MIDIPacketList pktlist) |
Deprecated.
|
static MIDIError |
MIDI.removeDevice(MIDIDevice device) |
|
MIDIError |
MIDIDevice.removeEntity(MIDIEntity entity) |
|
static MIDIError |
MIDI.removeExternalDevice(MIDIDevice device) |
|
MIDIError |
MIDIObject.removeProperty(String propertyID) |
|
static MIDIError |
MIDI.restart() |
|
static MIDIError |
MIDI.send(MIDIPort port,
MIDIEndpoint dest,
MIDIPacketList pktlist) |
Deprecated.
|
static MIDIError |
MIDI.sendSysex(MIDISysexSendRequest request) |
|
MIDIError |
MIDIObject.setDataProperty(String propertyID,
NSData data) |
|
MIDIError |
MIDIObject.setDictionaryProperty(String propertyID,
NSDictionary dict) |
|
MIDIError |
MIDIObject.setIntegerProperty(String propertyID,
int value) |
|
MIDIError |
MIDIThruConnection.setParams(NSData inConnectionParams) |
|
protected MIDIError |
MIDIEndpoint.setRefCons(long ref1,
long ref2) |
|
MIDIError |
MIDIObject.setStringProperty(String propertyID,
String str) |
|
static MIDIError |
MIDIError.valueOf(long n) |
Returns the enum constant of this type with the specified name.
|
static MIDIError |
MIDIError.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MIDIError[] |
MIDIError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|