SdpWriter.AddAttribute Method
Include Protected Members
Include Inherited Members
Overload List
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. |
Top