com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class AviHeaderFlags

  • All Implemented Interfaces:
    IEnumValue


    public final class AviHeaderFlags
    extends Object
    implements IEnumValue

    Represents AVI Header flags.

    • Field Detail

      • HasIndex

        public static final AviHeaderFlags HasIndex

        Indicates the AVI file has an index.

      • MustUseIndex

        public static final AviHeaderFlags MustUseIndex

        Indicates that application should use the index, rather than the physical ordering of the chunks in the file, to determine the order of presentation of the data. For example, this flag could be used to create a list of frames for editing.

      • IsInterleaved

        public static final AviHeaderFlags IsInterleaved

        Indicates the AVI file is interleaved.

      • TrustCkType

        public static final AviHeaderFlags TrustCkType

        Use CKType to find key frames.

      • WasCaptureFile

        public static final AviHeaderFlags WasCaptureFile

        Indicates the AVI file is a specially allocated file used for capturing real-time video. Applications should warn the user before writing over a file with this flag set because the user probably defragmented this file.

      • Copyrighted

        public static final AviHeaderFlags Copyrighted

        Indicates the AVI file contains copyrighted data and software. When this flag is used, software should not permit the data to be duplicated.

    • Method Detail

      • getByRawValue

        public static AviHeaderFlags getByRawValue(int rawValue)
      • getAllValues

        public Object[] getAllValues()
        Description copied from interface: IEnumValue

        Returns the array of all values defined in the class.

        Specified by:
        getAllValues in interface IEnumValue
        Returns:
        The array of all values defined in the class.
      • getEnumValueByRawValue

        public IEnumValue getEnumValueByRawValue(int rawValue)
        Description copied from interface: IEnumValue

        Returns the enumeration value by the raw value associated with it.

        Specified by:
        getEnumValueByRawValue in interface IEnumValue
        Parameters:
        rawValue - The raw value.
        Returns:
        The enumeration value.
      • getEnumValueByName

        public IEnumValue getEnumValueByName(String name)
        Description copied from interface: IEnumValue

        Returns the enumeration value by its name.

        Specified by:
        getEnumValueByName in interface IEnumValue
        Parameters:
        name - The name of the enumeration value.
        Returns:
        The enumeration value.
      • getRawValueType

        public RawIntegerType getRawValueType()
        Description copied from interface: IEnumValue

        Returns the underlying type of the raw value of this enumeration value.

        Specified by:
        getRawValueType in interface IEnumValue
        Returns:
        The underlying type of the raw value.
      • getRawValue

        public int getRawValue()
        Description copied from interface: IEnumValue

        Returns the raw value of this enumeration value.

        Specified by:
        getRawValue in interface IEnumValue
        Returns:
        The raw value.
      • name

        public String name()
        Description copied from interface: IEnumValue

        Returns the name of this enumeration value.

        Specified by:
        name in interface IEnumValue
        Returns:
        The name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object