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.
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)