Class BandwidthType
Defines valid SDP bandwidth types.
Inheritance
System.Object
BandwidthType
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class BandwidthType : object
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 |