public final class MatroskaVideoFlagInterlaced
extends com.aspose.ms.System.Enum
Represents a flag to declare if the Matroska video is known to be progressive or interlaced and if applicable to declare details about the interlacement.
Modifier and Type | Field and Description |
---|---|
static byte |
Interlaced
Interlaced flag.
|
static byte |
Progressive
Progressive flag.
|
static byte |
Undetermined
Undetermined flag.
|
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 byte Undetermined
Undetermined flag.
public static final byte Interlaced
Interlaced flag.
public static final byte Progressive
Progressive flag.