Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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 SdpGlobalDescription
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 value is null. |