SdpMediaDescription Members

Represents a media section of the SDP.

The SdpMediaDescription type exposes the following members.

Constructors

  Name Description
Public method SdpMediaDescription()()()() Initializes a new instance of the class.
Public method SdpMediaDescription(String) Initializes a new instance of the class.
Protected method SdpMediaDescription(SdpMediaDescription) Initializes a new instance of the class.

Top

Properties

  Name Description
Public property Attributes Gets the list of "a" lines from the SDP.
Public property Bandwidth Gets the details of the "b" line from the SDP.
Public property Connection Gets the details of the "c" line from the SDP.
Public property EncryptionKey Gets the details of the "k" line from the SDP.
Public property Formats Gets or sets tokens found at the end of the "m" line.
Public property MediaName Gets or sets the type of media represented by the "m" line.
Public property Port Gets or sets the port where the media should be directed.
Public property PortCount Gets the number of sequential ports starting with the value of the [Port] property.
Public property TransportProtocol Gets or sets the transport protocol specified in the "m" line.

Top

Methods

  Name Description
Public method Copy Creates a new instance of the class with the same values as the current instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseAttribute Parses an attribute.
Protected method SerializeAttributes Serializes attributes ("a" lines) onto the specified [SdpWriter].
Protected method SerializeFormats Serializes supported formats onto the specified [StringBuilder].
Public method ToString (Inherited from Object.)
Public method Write Appends the global section of the SDP to the specified string builder.

Top

See Also

Reference

SdpMediaDescription Class

Microsoft.Rtc.Signaling Namespace