Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    Attribute
    ToolAttribute
    Inherited Members
    Attribute.AttributeType
    Attribute.MultiplexingCategory
    Attribute.GetTypeName(Type)
    Attribute.IsSessionLevel(Type)
    Attribute.IsMediaLevel(Type)
    Attribute.CreateAttribute(String, String)
    Attribute.ToString()
    Attribute.Parse(String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Overrides
    Attribute.GetAttributeValue()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0