AsfDescriptorType

AsfDescriptorType enumeration

定义 ASF 描述符类型。

public enum AsfDescriptorType : ushort

价值观

姓名 价值 描述
Unicode 0 unicode 字符串类型。
ByteArray 1 字节数组类型。
Bool 2 32 位 bool 类型。
DWord 3 32 位无符号整数类型。
QWord 4 64 位无符号整数类型。
Word 5 16 位无符号整数类型。
Guid 6 128 位(16 字节)GUID 类型。

也可以看看