Enum AudioFormatProperty

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AudioFormatProperty>, org.robovm.rt.bro.ValuedEnum

    public enum AudioFormatProperty
    extends java.lang.Enum<AudioFormatProperty>
    implements org.robovm.rt.bro.ValuedEnum
    • Method Detail

      • values

        public static AudioFormatProperty[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AudioFormatProperty c : AudioFormatProperty.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AudioFormatProperty valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getPropertySize

        public int getPropertySize​(org.robovm.rt.bro.Struct<?> specifier)
                            throws OSStatusException
        Throws:
        OSStatusException
        Since:
        Available in iOS 2.0 and later.
      • getProperty

        public <T extends org.robovm.rt.bro.Struct<T>> T getProperty​(org.robovm.rt.bro.Struct<?> specifier,
                                                                     java.lang.Class<T> type)
                                                              throws OSStatusException
        Throws:
        OSStatusException
        Since:
        Available in iOS 2.0 and later.
      • getPropertyInfo0

        protected static OSStatus getPropertyInfo0​(AudioFormatProperty inPropertyID,
                                                   int inSpecifierSize,
                                                   org.robovm.rt.bro.ptr.VoidPtr inSpecifier,
                                                   org.robovm.rt.bro.ptr.IntPtr outPropertyDataSize)
        Since:
        Available in iOS 2.0 and later.
      • getProperty0

        protected static OSStatus getProperty0​(AudioFormatProperty inPropertyID,
                                               int inSpecifierSize,
                                               org.robovm.rt.bro.ptr.VoidPtr inSpecifier,
                                               org.robovm.rt.bro.ptr.IntPtr ioPropertyDataSize,
                                               org.robovm.rt.bro.ptr.VoidPtr outPropertyData)
        Since:
        Available in iOS 2.0 and later.
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static AudioFormatProperty valueOf​(long n)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        n - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null