Class MIDIDeviceList

    • Constructor Detail

      • MIDIDeviceList

        public MIDIDeviceList()
    • Method Detail

      • getNumberOfDevices

        public long getNumberOfDevices()
        Since:
        Available in iOS 4.2 and later.
      • getDevice

        public MIDIDevice getDevice​(long index0)
        Since:
        Available in iOS 4.2 and later.
      • addDevice

        public MIDIError addDevice​(MIDIDevice dev)
        Since:
        Available in iOS 4.2 and later.
      • dispose

        public MIDIError dispose()
        Since:
        Available in iOS 4.2 and later.