SdpMediaDescription Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Represents a media section of the SDP.
The following tables list the members exposed by the SdpMediaDescription type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
SdpMediaDescription | Overloaded. Initializes a new instance of the class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
SdpMediaDescription | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Attributes | Gets the list of "a" lines from the SDP. | |
Bandwidth | Gets the details of the "b" line from the SDP. | |
Connection | Gets the details of the "c" line from the SDP. | |
EncryptionKey | Gets the details of the "k" line from the SDP. | |
Formats | Gets or sets tokens found at the end of the "m" line. | |
MediaName | Gets or sets the type of media represented by the "m" line. | |
Port | Gets or sets the port where the media should be directed. | |
PortCount | Gets the number of sequential ports starting with the value of the Port property. | |
TransportProtocol | Gets or sets the transport protocol specified in the "m" line. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Copy | Creates a new instance of the class with the same values as the current instance. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
Write | Appends the global section of the SDP to the specified string builder. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
ParseAttribute | Parses an attribute. | |
SerializeAttributes | Serializes attributes ("a" lines) onto the specified SdpWriter. | |
SerializeFormats | Serializes supported formats onto the specified StringBuilder. |
Top