Class BundleOnlyAttribute
Defined in draft-ietf-mmusic-sdp-bundle-negotiation. Attribute is used to identify that a gioven media description can only be used in bundled group. Its formatting in SDP is described by the following BNF: Name: bundle-only
Value: N/A
Usage Level: media
Charset Dependent: no
Example:
a=bundle-only
Inherited Members
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class BundleOnlyAttribute : Attribute
  Constructors
BundleOnlyAttribute()
Initializes a new instance of the BundleOnlyAttribute class.
Declaration
public BundleOnlyAttribute()
  Methods
FromAttributeValue(String)
Initializes a new instance of the GroupAttribute class.
Declaration
public static BundleOnlyAttribute FromAttributeValue(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | The attribute value.  | 
      
Returns
| Type | Description | 
|---|---|
| BundleOnlyAttribute | 
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
  Returns
| Type | Description | 
|---|---|
| System.String |