Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Field and Description |
---|---|
static AsfDescriptorType |
AsfDescriptorType.Bool
The 32-bit bool type.
|
static AsfDescriptorType |
AsfDescriptorType.ByteArray
The byte array type.
|
static AsfDescriptorType |
AsfDescriptorType.DWord
The 32-bit unsigned integer type.
|
static AsfDescriptorType |
AsfDescriptorType.Guid
The 128-bit (16 byte) GUID type.
|
static AsfDescriptorType |
AsfDescriptorType.QWord
The 64-bit unsigned integer type.
|
static AsfDescriptorType |
AsfDescriptorType.Unicode
The unicode string type.
|
static AsfDescriptorType |
AsfDescriptorType.Word
The 16-bit unsigned integer type.
|
Modifier and Type | Method and Description |
---|---|
AsfDescriptorType |
AsfBaseDescriptor.getAsfContentType()
Gets the type of the content.
|
static AsfDescriptorType |
AsfDescriptorType.getByRawValue(int rawValue) |