Search Results for

    Show / Hide Table of Contents

    Class MuxAttribute

    This attribute is used to signal that RTP and RTCP traffic should be multiplexed on a single port. It is a property attribute, which does not take a value.

    Inheritance
    System.Object
    Attribute
    MuxAttribute
    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.Rtcp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class MuxAttribute : Attribute

    Constructors

    MuxAttribute()

    Initializes a new instance of the MuxAttribute class.

    Declaration
    public MuxAttribute()

    Methods

    FromAttributeValue(String)

    Initializes a new instance of the MuxAttribute class.

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

    The attribute value.

    Returns
    Type Description
    MuxAttribute

    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