Search Results for

    Show / Hide Table of Contents

    Class SsrcGroupAttribute

    The SDP media attribute "ssrc-group" expresses a relationship among several sources of an RTP session.

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