Class MIDIEntity

    • Constructor Detail

      • MIDIEntity

        public MIDIEntity()
    • Method Detail

      • getNumberOfSources

        public long getNumberOfSources()
        Since:
        Available in iOS 4.2 and later.
      • getSource

        public MIDIEndpoint getSource​(long sourceIndex0)
        Since:
        Available in iOS 4.2 and later.
      • getNumberOfDestinations

        public long getNumberOfDestinations()
        Since:
        Available in iOS 4.2 and later.
      • getDestination

        public MIDIEndpoint getDestination​(long destIndex0)
        Since:
        Available in iOS 4.2 and later.
      • addOrRemoveEndpoints

        public MIDIError addOrRemoveEndpoints​(long numSourceEndpoints,
                                              long numDestinationEndpoints)
        Since:
        Available in iOS 4.2 and later.