AsfDescriptorType

AsfDescriptorType enumeration

Definisce i tipi di descrittori ASF.

public enum AsfDescriptorType : ushort

I valori

Nome Valore Descrizione
Unicode 0 Il tipo di stringa unicode.
ByteArray 1 Il tipo di array di byte.
Bool 2 Il tipo bool a 32 bit.
DWord 3 Il tipo intero senza segno a 32 bit.
QWord 4 Il tipo intero senza segno a 64 bit.
Word 5 Il tipo intero senza segno a 16 bit.
Guid 6 Tipo GUID a 128 bit (16 byte).

Guarda anche