SdpContentDescription 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
SdpContentDescription(Byte[]) |
Create an instance of SdpContentDescription class. |
SdpContentDescription(Byte[], String) |
Create an instance of SdpContentDescription class. |
SdpContentDescription(Byte[])
Create an instance of SdpContentDescription class.
public:
SdpContentDescription(cli::array <System::Byte> ^ sdpBody);
public SdpContentDescription (byte[] sdpBody);
new Microsoft.Rtc.Collaboration.SdpContentDescription : byte[] -> Microsoft.Rtc.Collaboration.SdpContentDescription
Public Sub New (sdpBody As Byte())
Parameters
- sdpBody
- Byte[]
Byte array representing the Sdp content body.
Applies to
SdpContentDescription(Byte[], String)
Create an instance of SdpContentDescription class.
public:
SdpContentDescription(cli::array <System::Byte> ^ sdpBody, System::String ^ contentId);
public SdpContentDescription (byte[] sdpBody, string contentId);
new Microsoft.Rtc.Collaboration.SdpContentDescription : byte[] * string -> Microsoft.Rtc.Collaboration.SdpContentDescription
Public Sub New (sdpBody As Byte(), contentId As String)
Parameters
- sdpBody
- Byte[]
Byte array representing the Sdp content body.
- contentId
- String
ContentId for Sdp in multipart/mime.