Enum AUErrorCode

java.lang.Object
java.lang.Enum<AUErrorCode>
org.robovm.apple.audiotoolbox.AUErrorCode
All Implemented Interfaces:
Serializable, Comparable<AUErrorCode>, NSErrorCode, ValuedEnum

public enum AUErrorCode
extends Enum<AUErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • InvalidProperty

      public static final AUErrorCode InvalidProperty
    • InvalidParameter

      public static final AUErrorCode InvalidParameter
    • InvalidElement

      public static final AUErrorCode InvalidElement
    • NoConnection

      public static final AUErrorCode NoConnection
    • FailedInitialization

      public static final AUErrorCode FailedInitialization
    • TooManyFramesToProcess

      public static final AUErrorCode TooManyFramesToProcess
    • InvalidFile

      public static final AUErrorCode InvalidFile
    • UnknownFileType

      public static final AUErrorCode UnknownFileType
    • FileNotSpecified

      public static final AUErrorCode FileNotSpecified
    • FormatNotSupported

      public static final AUErrorCode FormatNotSupported
    • Uninitialized

      public static final AUErrorCode Uninitialized
    • InvalidScope

      public static final AUErrorCode InvalidScope
    • PropertyNotWritable

      public static final AUErrorCode PropertyNotWritable
    • CannotDoInCurrentContext

      public static final AUErrorCode CannotDoInCurrentContext
    • InvalidPropertyValue

      public static final AUErrorCode InvalidPropertyValue
    • PropertyNotInUse

      public static final AUErrorCode PropertyNotInUse
    • Initialized

      public static final AUErrorCode Initialized
    • InvalidOfflineRender

      public static final AUErrorCode InvalidOfflineRender
    • Unauthorized

      public static final AUErrorCode Unauthorized
    • MIDIOutputBufferFull

      public static final AUErrorCode MIDIOutputBufferFull
    • InstanceTimedOut

      public static final AUErrorCode InstanceTimedOut
    • InstanceInvalidated

      public static final AUErrorCode InstanceInvalidated
    • RenderTimeout

      public static final AUErrorCode RenderTimeout
    • ExtensionNotFound

      public static final AUErrorCode ExtensionNotFound
    • InvalidParameterValue

      public static final AUErrorCode InvalidParameterValue
    • InvalidFilePath

      public static final AUErrorCode InvalidFilePath
    • MissingKey

      public static final AUErrorCode MissingKey
  • Method Details

    • values

      public static AUErrorCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AUErrorCode valueOf​(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static AUErrorCode 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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null