SdpBandwidth Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.