Edit

Share via


SdpContentDescription Class

Definition

SdpContentDescription class contains the contentId and content type and content body.

public ref class SdpContentDescription : Microsoft::Rtc::Signaling::ContentDescription
public class SdpContentDescription : Microsoft.Rtc.Signaling.ContentDescription
type SdpContentDescription = class
    inherit ContentDescription
Public Class SdpContentDescription
Inherits ContentDescription
Inheritance
SdpContentDescription

Remarks

ContentId is the contentID for the parts in multipart mime message.

Constructors

SdpContentDescription(Byte[])

Create an instance of SdpContentDescription class.

SdpContentDescription(Byte[], String)

Create an instance of SdpContentDescription class.

Properties

ContentDisposition

Gets or sets the content disposition header.

ContentId

Gets the ContentId for Sdp. Used in Content-ID or Content-Answering-CID depending on offer or answer.

ContentType

Gets or sets the ContentType for the body or null if none is specified.

(Inherited from ContentDescription)

Methods

GetBody()

Represents the body in byte or null, if there is none.

(Inherited from ContentDescription)
RecomputeBody()

Recompute the body of this instance.

(Inherited from ContentDescription)
SetBody(Byte[])

Sets the body content.

(Inherited from ContentDescription)
ToString()

Represents MediaDescription as a string.

(Inherited from ContentDescription)

Applies to