Class MutedAttribute
Attribute that indicates if the stream track is muted.
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 MutedAttribute : Attribute
Constructors
MutedAttribute(Boolean)
Initializes a new instance of the MutedAttribute class.
Declaration
public MutedAttribute(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Methods
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |