Class SsrcGroupAttribute
The SDP media attribute "ssrc-group" expresses a relationship among several sources of an RTP session.
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.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class SsrcGroupAttribute : Attribute
Constructors
SsrcGroupAttribute(String, Int64[])
Initializes a new instance of the SsrcGroupAttribute class.
Declaration
public SsrcGroupAttribute(string semantics, long[] synchronizationSources)
Parameters
Type | Name | Description |
---|---|---|
System.String | semantics | The semantics. |
System.Int64[] | synchronizationSources | The synchronization sources. |
Properties
Semantics
Gets the semantics.
Declaration
public string Semantics { get; }
Property Value
Type | Description |
---|---|
System.String |
SynchronizationSources
Gets the synchronization sources.
Declaration
public long[] SynchronizationSources { get; }
Property Value
Type | Description |
---|---|
System.Int64[] |
Methods
FromAttributeValue(String)
Initializes a new instance of the SsrcGroupAttribute class.
Declaration
public static SsrcGroupAttribute FromAttributeValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The attribute value. |
Returns
Type | Description |
---|---|
SsrcGroupAttribute |
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |