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. |
Protected Constructors
Name | Description | |
---|---|---|
SdpMediaDescription | Overloaded. |
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. |
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. |
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. |