Class SdesItemType
An SDES Item Type.
Inheritance
System.Object
SdesItemType
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class SdesItemType : object
Properties
CanonicalName
Gets the canonical name (CNAME) type.
Declaration
public static byte CanonicalName { get; }
Property Value
Type | Description |
---|---|
System.Byte |
EmailAddress
Gets the email address (EMAIL) type.
Declaration
public static byte EmailAddress { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Location
Gets the location (LOC) type.
Declaration
public static byte Location { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Mid
Gets the Media Identification (MID) type as defined in http://www.iana.org/go/draft-ietf-mmusic-sdp-bundle-negotiation-52 .
Declaration
public static byte Mid { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Notice
Gets the notice/status (NOTE) type.
Declaration
public static byte Notice { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Null
Gets the null type.
Declaration
public static byte Null { get; }
Property Value
Type | Description |
---|---|
System.Byte |
PhoneNumber
Gets the phone number (PHONE) type.
Declaration
public static byte PhoneNumber { get; }
Property Value
Type | Description |
---|---|
System.Byte |
PrivateExtensions
Gets the private extensions (PRIV) type.
Declaration
public static byte PrivateExtensions { get; }
Property Value
Type | Description |
---|---|
System.Byte |
RepairedRtpStreamId
Gets the repaired RTP stream identifier (RepairedRtpStreamId) type.
Declaration
public static byte RepairedRtpStreamId { get; }
Property Value
Type | Description |
---|---|
System.Byte |
RtpStreamId
Gets the RTP stream identifier (RtpStreamId) type.
Declaration
public static byte RtpStreamId { get; }
Property Value
Type | Description |
---|---|
System.Byte |
ToolName
Gets the name of the tool (TOOL) type.
Declaration
public static byte ToolName { get; }
Property Value
Type | Description |
---|---|
System.Byte |
UserName
Gets the name of the user (NAME) type.
Declaration
public static byte UserName { get; }
Property Value
Type | Description |
---|---|
System.Byte |