1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Formats.Video
  6. /
  7. AsfDescriptorType

AsfDescriptorType

AsfDescriptorType enumeration

Defines ASF descriptor types.

public enum AsfDescriptorType : ushort

Values

Name Value Description
Unicode 0 The unicode string type.
ByteArray 1 The byte array type.
Bool 2 The 32-bit bool type.
DWord 3 The 32-bit unsigned integer type.
QWord 4 The 64-bit unsigned integer type.
Word 5 The 16-bit unsigned integer type.
Guid 6 The 128-bit (16 byte) GUID type.

See Also