Contents

MIDIEntityGetNumberOfDestinations(_:)

Returns the number of destinations in an entity.

Declaration

func MIDIEntityGetNumberOfDestinations(_ entity: MIDIEntityRef) -> Int

Parameters

  • entity:

    The entity to query.

Return Value

The number of destinations the entity contains, or 0 if an error occurred.

See Also

Entity lookup