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"
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 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 |