Search Results for

    Show / Hide Table of Contents

    Class GroupAttribute

    Defined in RFC 3388. Attribute is used for grouping together different media streams. Its formatting in SDP is described by the following BNF: group-attribute = "a=group:" semantics * (space identification-tag) semantics = "LS" | "FID" | "BUNDLE"

    Inheritance
    System.Object
    Attribute
    GroupAttribute
    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 GroupAttribute : Attribute

    Constructors

    GroupAttribute(GroupSemanticsType, String[])

    Initializes a new instance of the GroupAttribute class.

    Declaration
    public GroupAttribute(GroupSemanticsType type, string[] ids)
    Parameters
    Type Name Description
    GroupSemanticsType type

    The semantics type.

    System.String[] ids

    Group identification ID tags.

    Properties

    Ids

    Gets the group identification tags.

    Declaration
    public string[] Ids { get; }
    Property Value
    Type Description
    System.String[]

    Semantics

    Gets the semantics.

    Declaration
    public GroupSemanticsType Semantics { get; }
    Property Value
    Type Description
    GroupSemanticsType

    Methods

    FromAttributeValue(String)

    Initializes a new instance of the GroupAttribute class.

    Declaration
    public static GroupAttribute FromAttributeValue(string value)
    Parameters
    Type Name Description
    System.String value

    The attribute value.

    Returns
    Type Description
    GroupAttribute

    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