SdpMediaDescription Constructor (SdpMediaDescription)
Constructs an copy of the supplied media section. This constructor is private, but the Copy() function may be used to create a copy.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
source As SdpMediaDescription _
)
'Usage
Dim source As SdpMediaDescription
Dim instance As New SdpMediaDescription(source)
protected SdpMediaDescription(
SdpMediaDescription source
)
Parameters
- source
Type: Microsoft.Rtc.Signaling.SdpMediaDescription
The SdpMediaDescription to copy.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument is null. |