Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Field and Description |
---|---|
static AviHeaderFlags |
AviHeaderFlags.Copyrighted
Indicates the AVI file contains copyrighted data and software.
|
static AviHeaderFlags |
AviHeaderFlags.HasIndex
Indicates the AVI file has an index.
|
static AviHeaderFlags |
AviHeaderFlags.IsInterleaved
Indicates the AVI file is interleaved.
|
static AviHeaderFlags |
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.
|
static AviHeaderFlags |
AviHeaderFlags.TrustCkType
Use CKType to find key frames.
|
static AviHeaderFlags |
AviHeaderFlags.WasCaptureFile
Indicates the AVI file is a specially allocated file used for capturing real-time video.
|
Modifier and Type | Method and Description |
---|---|
AviHeaderFlags |
AviHeader.getAviHeaderFlags()
Gets a bitwise combination of zero or more of the AVI flags.
|
static AviHeaderFlags |
AviHeaderFlags.getByRawValue(int rawValue) |
Copyright © 2022. All rights reserved.