@Deprecated 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
Deprecated.
Interlaced flag.
|
static byte |
Progressive
Deprecated.
Progressive flag.
|
static byte |
Undetermined
Deprecated.
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.
Copyright © 2020. All rights reserved.