public final class AviHeaderFlags
extends com.aspose.ms.System.Enum
Represents AVI Header flags.
Modifier and Type | Field and Description |
---|---|
static int |
Copyrighted
Indicates the AVI file contains copyrighted data and software.
|
static int |
HasIndex
Indicates the AVI file has an index.
|
static int |
IsInterleaved
Indicates the AVI file is interleaved.
|
static int |
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.
|
static int |
TrustCkType
Use CKType to find key frames.
|
static int |
WasCaptureFile
Indicates the AVI file is a specially allocated file used for capturing real-time video.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int HasIndex
Indicates the AVI file has an index.
public static final int 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.
public static final int IsInterleaved
Indicates the AVI file is interleaved.
public static final int TrustCkType
Use CKType to find key frames.
public static final int 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.
public static final int Copyrighted
Indicates the AVI file contains copyrighted data and software. When this flag is used, software should not permit the data to be duplicated.