Edit

Share via


SdpBandwidth Constructors

Definition

Overloads

SdpBandwidth()

Initializes a new instance of the SdpBandwidth class.

SdpBandwidth(SdpBandwidth)

Initializes a copy of the supplied bandwidth.

SdpBandwidth()

Initializes a new instance of the SdpBandwidth class.

public:
 SdpBandwidth();
public SdpBandwidth ();
Public Sub New ()

Applies to

SdpBandwidth(SdpBandwidth)

Initializes a copy of the supplied bandwidth.

public:
 SdpBandwidth(Microsoft::Rtc::Signaling::SdpBandwidth ^ source);
public SdpBandwidth (Microsoft.Rtc.Signaling.SdpBandwidth source);
new Microsoft.Rtc.Signaling.SdpBandwidth : Microsoft.Rtc.Signaling.SdpBandwidth -> Microsoft.Rtc.Signaling.SdpBandwidth
Public Sub New (source As SdpBandwidth)

Parameters

source
SdpBandwidth

SdpBandwidth to copy.

Exceptions

Thrown when the source is null.

Applies to