Edit

Share via


SdpMediaDescription.Bandwidth Property

Definition

Gets or sets details of the "b" line from the SDP.

public:
 property Microsoft::Rtc::Signaling::SdpBandwidth ^ Bandwidth { Microsoft::Rtc::Signaling::SdpBandwidth ^ get(); void set(Microsoft::Rtc::Signaling::SdpBandwidth ^ value); };
public Microsoft.Rtc.Signaling.SdpBandwidth Bandwidth { get; set; }
member this.Bandwidth : Microsoft.Rtc.Signaling.SdpBandwidth with get, set
Public Property Bandwidth As SdpBandwidth

Property Value

Exceptions

Thrown when value is null.

Remarks

For backward compatibility, this will return only the first b line even if there are multiple lines. If the application can consume multiple b lines, it should use the Bandwidths property instead.

Applies to