SdpMediaDescription.Bandwidth Property
Gets the details of the "b" line from the SDP.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Bandwidth As SdpBandwidth
Get
Set
'Usage
Dim instance As SdpMediaDescription
Dim value As SdpBandwidth
value = instance.Bandwidth
instance.Bandwidth = value
public SdpBandwidth Bandwidth { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.SdpBandwidth
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when Bandwidth is set to null. Use Bandwidth.Reset() to indicate no "b" line is present. |