Share via


SdpGlobalDescription Members

Include Protected Members
Include Inherited Members

Contains components of the global section of the SDP.

The SdpGlobalDescription type exposes the following members.

Constructors

  Name Description
Public method SdpGlobalDescription() Initializes an instance of SdpGlobalDescription with default values.
Protected method SdpGlobalDescription(SdpGlobalDescription) Copy constructor for SdpGlobalDesscription. This constructor is private, but the Copy() function may be used to create a copy.

Top

Properties

  Name Description
Public property Attributes Gets a list of "a" lines from the SDP.
Public property Bandwidth Gets or sets details of the "b" line from the SDP.
Public property Connection Gets or sets details of the "c" line from the SDP.
Public property EncryptionKey Gets or sets details of the "k" line from the SDP.
Public property Origin Gets or sets details of the "o" line from the SDP.

Top

Methods

  Name Description
Public method 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.
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 Called whenever an attribute should be processed by the parser. A derived class can overload this function and provide customized parsing. The supplied default function will simply create an instance of SdpAttribute and append it to the list of SdpAttributes. Should a derived class still want the attribute appended, it should call the base implementation.
Protected method SerializeAttributes Serializes attributes ("a" lines) onto the supplied StringBuilder.
Public method ToString (inherited from Object)
Public method Write Appends the global section of the SDP to the provided string builder.

Top

See Also

Reference

SdpGlobalDescription Class

Microsoft.Rtc.Signaling Namespace