SdpBandwidth Constructor (SdpBandwidth)
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. |