Represents the type of the element in the SDP record binary format,
and is stored as the higher 5 bits of the header byte.
| C# | Visual Basic |
public enum ElementTypeDescriptor
Public Enumeration ElementTypeDescriptor
| Member | Description |
|---|---|
| Unknown | |
| Nil | |
| UnsignedInteger | |
| TwosComplementInteger | |
| Uuid | |
| TextString | |
| Boolean | |
| ElementSequence | |
| ElementAlternative | |
| Url |
There is an identifier for each major type: String vs UUID vs unsigned integer.
There are various sizes of UUID and integer type for instance, the resultant
types are listed in enum ElementType.