SdpAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the "a" line from the SDP.
public ref class SdpAttribute
public class SdpAttribute
type SdpAttribute = class
Public Class SdpAttribute
- Inheritance
-
SdpAttribute
Constructors
SdpAttribute(String, String) |
Initializes an instance of the class with name and value of the attribute. |
Properties
Name |
Gets or sets the attribute name. |
Value |
Gets or sets the attribute value. 'null' indicates the attribute does not have a value (no ":" will appear after name). |
Methods
Copy() |
Initializes a new instance of SdpAttribute with the same values as the current instance. |
ToString() |
Returns the string representation of the attribute in form of "name=value" |