SdpMediaDescription.Bandwidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.