Class ContentAttribute
The 'content' attribute contains one or more tokens, which MAY be attached to a media stream by a sending application.An application MAY attach a 'content' attribute to any media stream it describes.
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 ContentAttribute : AttributeConstructors
ContentAttribute(String)
Initializes a new instance of the ContentAttribute class.
Declaration
public ContentAttribute(string content)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | content | The content. See Content for possible values. | 
Properties
Content
Gets or sets the type of the conference. See Content for possible values.
Declaration
public string Content { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
FromAttributeValue(String)
Initializes a new instance of the ContentAttribute class.
Declaration
public static ContentAttribute FromAttributeValue(string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | The attribute value. | 
Returns
| Type | Description | 
|---|---|
| ContentAttribute | 
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()Returns
| Type | Description | 
|---|---|
| System.String |