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.
Initializes a copy of the supplied bandwidth.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
source As SdpBandwidth _
)
'Usage
Dim source As SdpBandwidth
Dim instance As New SdpBandwidth(source)
public SdpBandwidth(
SdpBandwidth source
)
Parameters
- source
Type: Microsoft.Rtc.Signaling.SdpBandwidth
SdpBandwidth to copy.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the source is null. |