Enum CAFChunkType

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

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

      • StreamDescriptionChunkID

        public static final CAFChunkType StreamDescriptionChunkID
      • AudioDataChunkID

        public static final CAFChunkType AudioDataChunkID
      • ChannelLayoutChunkID

        public static final CAFChunkType ChannelLayoutChunkID
      • FillerChunkID

        public static final CAFChunkType FillerChunkID
      • MarkerChunkID

        public static final CAFChunkType MarkerChunkID
      • RegionChunkID

        public static final CAFChunkType RegionChunkID
      • InstrumentChunkID

        public static final CAFChunkType InstrumentChunkID
      • MagicCookieID

        public static final CAFChunkType MagicCookieID
      • InfoStringsChunkID

        public static final CAFChunkType InfoStringsChunkID
      • EditCommentsChunkID

        public static final CAFChunkType EditCommentsChunkID
      • PacketTableChunkID

        public static final CAFChunkType PacketTableChunkID
      • StringsChunkID

        public static final CAFChunkType StringsChunkID
      • OverviewChunkID

        public static final CAFChunkType OverviewChunkID
      • FormatListID

        public static final CAFChunkType FormatListID
    • Method Detail

      • values

        public static CAFChunkType[] 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 (CAFChunkType c : CAFChunkType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CAFChunkType 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
      • value

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

        public static CAFChunkType 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