Share via


SdpWriter Members

Include Protected Members
Include Inherited Members

Represents a class that is passed to functions that will serialize the SDP attribute.

The SdpWriter type exposes the following members.

Methods

  Name Description
Public method AddAttribute(String) Adds an attribute. This function is used for attributes that have a name portion only, but no value portion.
Public method AddAttribute(SdpAttribute) Appends the supplied attribute.
Public method AddAttribute(String, String) Appends an attribute. This function is used for attributes that have a name portion only, but no value portion.
Public method AddFormat(Int32) Appends a format value to the end of an "m" line when building an SDP.
Public method AddFormat(String) Appends a format value to the end of an "m" line when building an SDP.
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)
Public method ToString (inherited from Object)

Top

See Also

Reference

SdpWriter Class

Microsoft.Rtc.Signaling Namespace