Class MutedAttribute
Attribute that indicates if the stream track is muted.
Inherited Members
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 |