Contents

MIDIEntityGetDestination(_:_:)

Returns one of an entity’s destinations.

Declaration

func MIDIEntityGetDestination(_ entity: MIDIEntityRef, _ destIndex0: Int) -> MIDIEndpointRef

Parameters

  • entity:

    The entity to query.

  • destIndex0:

    The destination index.

Return Value

A reference to a destination, or NULL if an error occurred.

See Also

Entity lookup