SdpContentDescription Class
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.
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
Remarks
ContentId is the contentID for the parts in multipart mime message.
Constructors
SdpContentDescription(Byte[], String) |
Create an instance of SdpContentDescription class. |
SdpContentDescription(Byte[]) |
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) |