SdpContentDescription Members
Include Protected Members
Include Inherited Members
SdpContentDescription class contains the contentId and content type and content body.
The SdpContentDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SdpContentDescription([]) | Create an instance of SdpContentDescription class. |
![]() |
SdpContentDescription([], String) | Create an instance of SdpContentDescription class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetBody | Represents the body in byte or null, if there is none. (inherited from ContentDescription) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
RecomputeBody | Recompute the body of this instance. (inherited from ContentDescription) |
![]() |
SetBody | Sets the body content. (inherited from ContentDescription) |
![]() |
ToString | Represents MediaDescription as a string. (inherited from ContentDescription) |
Top