Contents

MIDIDeviceRemoveEntity(_:_:)

Removes an entity from a device.

Declaration

func MIDIDeviceRemoveEntity(_ device: MIDIDeviceRef, _ entity: MIDIEntityRef) -> OSStatus

Parameters

  • device:

    The device to update.

  • entity:

    The entity to remove.

Return Value

An OSStatus result code.

Discussion

Drivers call this function to remove one of a device’s entities.

See Also

Managing Entities