Class ToolAttribute
This gives the name and version number of the tool used to create the session description. It is a session-level attribute, and it is not dependent on charset.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class ToolAttribute : Attribute
Constructors
ToolAttribute(String)
Initializes a new instance of the ToolAttribute class.
Declaration
public ToolAttribute(string tool)
Parameters
Type | Name | Description |
---|---|---|
System.String | tool | The name and version number of the tool used to create the session description. |
Properties
Tool
Gets or sets the name and version number of the tool used to create the session description.
Declaration
public string Tool { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FromAttributeValue(String)
Initializes a new instance of the ToolAttribute class.
Declaration
public static ToolAttribute FromAttributeValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The attribute value. |
Returns
Type | Description |
---|---|
ToolAttribute |
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |