AviHeaderFlags
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public final class AviHeaderFlags implements IEnumValue
Represents AVI Header flags.
Fields
Field | Description |
---|---|
HasIndex | Indicates the AVI file has an index. |
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. |
IsInterleaved | Indicates the AVI file is interleaved. |
TrustCkType | Use CKType to find key frames. |
WasCaptureFile | Indicates the AVI file is a specially allocated file used for capturing real-time video. |
Copyrighted | Indicates the AVI file contains copyrighted data and software. |
Methods
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.
getByRawValue(int rawValue)
public static AviHeaderFlags getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: AviHeaderFlags
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
name()
public String name()
Returns the name of this enumeration value.
Returns: java.lang.String
equals(Object o)
public boolean equals(Object o)
Parameters:
Parameter | Type | Description |
---|---|---|
o | java.lang.Object |
Returns: boolean
hashCode()
public int hashCode()
Returns: int