SdpGlobalDescription Members
Represents the global section of the SDP.
The SdpGlobalDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpGlobalDescription()()()() | Initializes a new instance of the class. | |
SdpGlobalDescription(SdpGlobalDescription) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets the list of "a" lines from the SDP. | |
Bandwidth | Gets or sets details of the "b" line from the SDP. | |
Connection | Gets or sets details of the "c" line from the SDP. | |
EncryptionKey | Gets or sets details of the "k" line from the SDP. | |
Origin | Gets or sets details of the "o" line from the SDP. |
Top
Methods
Name | Description | |
---|---|---|
Copy | Creates a new instance of the class with the same settings as the current instance. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseAttribute | Parses an attribute. | |
SerializeAttributes | Serializes attributes ("a" lines) onto the supplied [StringBuilder]. | |
ToString | (Inherited from Object.) | |
Write | Appends the global section of the SDP to the provided string builder. |
Top