Class BandwidthType
Defines valid SDP bandwidth types.
Inheritance
System.Object
BandwidthType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class BandwidthType
Properties
ApplicationSpecific
Gets the SDP bandwidth type meaning "Application Specific".
Declaration
public static string ApplicationSpecific { get; }
Property Value
Type | Description |
---|---|
System.String |
ConferenceTotal
Gets the SDP bandwidth type meaning "Conference Total".
Declaration
public static string ConferenceTotal { get; }
Property Value
Type | Description |
---|---|
System.String |
RtcpReceivers
Gets the SDP bandwidth type meaning "RTCP Receivers".
Declaration
public static string RtcpReceivers { get; }
Property Value
Type | Description |
---|---|
System.String |
RtcpSenders
Gets the SDP bandwidth type meaning "RTCP Senders".
Declaration
public static string RtcpSenders { get; }
Property Value
Type | Description |
---|---|
System.String |
TransportIndependentApplicationSpecificMaximum
Gets the SDP bandwidth type meaning "Transport Independent Application Specific Maximum".
Declaration
public static string TransportIndependentApplicationSpecificMaximum { get; }
Property Value
Type | Description |
---|---|
System.String |