Class MIDICIProfile

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MIDICIProfile
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 12.0 and later.
  • Constructor Details

    • MIDICIProfile

      protected MIDICIProfile()
    • MIDICIProfile

      protected MIDICIProfile​(NSObject.Handle h, long handle)
    • MIDICIProfile

      protected MIDICIProfile​(NSObject.SkipInit skipInit)
    • MIDICIProfile

      public MIDICIProfile​(NSData data)
      Since:
      Available in iOS 14.0 and later.
    • MIDICIProfile

      public MIDICIProfile​(NSData data, String inName)
    • MIDICIProfile

      public MIDICIProfile​(NSCoder coder)
  • Method Details

    • getName

      public String getName()
    • getProfileID

      public NSData getProfileID()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSData data)
      Since:
      Available in iOS 14.0 and later.
    • init

      protected long init​(NSData data, String inName)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)