@Deprecated public final class AsfDescriptorType extends com.aspose.ms.System.Enum
Defines the Asf descriptor type.
Modifier and Type | Field and Description |
---|---|
static int |
Bool
Deprecated.
The 32-bit bool type.
|
static int |
ByteArray
Deprecated.
The byte array type.
|
static int |
DWord
Deprecated.
The 32-bit unsigned integer type.
|
static int |
Guid
Deprecated.
The 128-bit (16 byte) GUID type.
|
static int |
QWord
Deprecated.
The 64-bit unsigned integer type.
|
static int |
Unicode
Deprecated.
The unicode string type.
|
static int |
Word
Deprecated.
The 16-bit unsigned integer type.
|
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 int Unicode
The unicode string type.
public static final int ByteArray
The byte array type.
public static final int Bool
The 32-bit bool type.
public static final int DWord
The 32-bit unsigned integer type.
public static final int QWord
The 64-bit unsigned integer type.
public static final int Word
The 16-bit unsigned integer type.
public static final int Guid
The 128-bit (16 byte) GUID type.
Copyright © 2020. All rights reserved.