public final class MatroskaVideoDisplayUnit
extends com.aspose.ms.System.Enum
Defines how Matroska DisplayWidth and DisplayHeight are interpreted.
Modifier and Type | Field and Description |
---|---|
static byte |
AspectRatio
Display aspect ratio unit.
|
static byte |
Centimeters
Centimeters unit.
|
static byte |
Inches
Inches unit.
|
static byte |
Pixels
Pixels unit.
|
static byte |
Unknown
Unknown unit.
|
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 Pixels
Pixels unit.
public static final byte Centimeters
Centimeters unit.
public static final byte Inches
Inches unit.
public static final byte AspectRatio
Display aspect ratio unit.
public static final byte Unknown
Unknown unit.