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