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