SdpSessionDescription 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.
public ref class SdpSessionDescription : Microsoft::Rtc::Signaling::SdpGlobalDescription
public class SdpSessionDescription : Microsoft.Rtc.Signaling.SdpGlobalDescription
type SdpSessionDescription = class
inherit SdpGlobalDescription
Public Class SdpSessionDescription
Inherits SdpGlobalDescription
- Inheritance
- Derived
Constructors
| SdpSessionDescription() |
Properties
| Attributes |
Gets a list of "a" lines from the SDP. (Inherited from SdpGlobalDescription) |
| Bandwidth |
Gets or sets details of the "b" line from the SDP. (Inherited from SdpGlobalDescription) |
| Bandwidths |
Gets the list of bandwidths from the SDP. (Inherited from SdpGlobalDescription) |
| Bypass | |
| BypassId | |
| Connection |
Gets or sets details of the "c" line from the SDP. (Inherited from SdpGlobalDescription) |
| EncryptionKey |
Gets or sets details of the "k" line from the SDP. (Inherited from SdpGlobalDescription) |
| Origin |
Gets or sets details of the "o" line from the SDP. (Inherited from SdpGlobalDescription) |
| StreamDirection | |
Methods
| Copy() |
Creates a new instance of SdpGlobalDescription with the same settings as the current instance. This function performs a deep copy by copying member fields as well. (Inherited from SdpGlobalDescription) |
| ParseAttribute(SdpParseStatus, String, String) | |
| SerializeAttributes(SdpWriter) | |
| ValidateSessionDescription() | |
| Write(TextWriter) |
Appends the global section of the SDP to the provided string builder. (Inherited from SdpGlobalDescription) |