FMLiveSwitchSdpBundleOnlyAttribute Class Reference

Defined in draft-ietf-mmusic-sdp-bundle-negotiation. More...

Instance Methods

(NSString *) - getAttributeValue
 Gets the internal value of the attribute. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSdpBundleOnlyAttribute class. More...
 
- Instance Methods inherited from FMLiveSwitchSdpAttribute
(FMLiveSwitchSdpAttributeType) - attributeType
 Gets this Attribute's Type. More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(FMLiveSwitchSdpAttributeCategory) - multiplexingCategory
 Gets the Multiplexing Category of this Attribute. More...
 
(void) - setAttributeType:
 Sets this Attribute's Type. More...
 
(void) - setMultiplexingCategory:
 Sets the Multiplexing Category of this Attribute. More...
 

Class Methods

(FMLiveSwitchSdpBundleOnlyAttribute *) + bundleOnlyAttribute
 Initializes a new instance of the FMLiveSwitchSdpBundleOnlyAttribute class. More...
 
(FMLiveSwitchSdpBundleOnlyAttribute *) + fromAttributeValue:
 Initializes a new instance of the FMLiveSwitchSdpGroupAttribute class. More...
 
- Class Methods inherited from FMLiveSwitchSdpAttribute
(FMLiveSwitchSdpAttribute *) + attribute
 
(FMLiveSwitchSdpAttribute *) + createAttributeWithName:value:
 Creates an attribute. More...
 
(NSString *) + getTypeNameWithType:
 Gets the name of the attribute type. More...
 
(bool) + isMediaLevelWithType:
 Determines whether the type applies to media streams. More...
 
(bool) + isSessionLevelWithType:
 Determines whether the type applies to sessions. More...
 
(FMLiveSwitchSdpAttribute *) + parseWithS:
 Creates an FMLiveSwitchSdpConnectionData instance from a string. More...
 

Detailed Description

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

Method Documentation

◆ bundleOnlyAttribute

+ (FMLiveSwitchSdpBundleOnlyAttribute*) bundleOnlyAttribute

Initializes a new instance of the FMLiveSwitchSdpBundleOnlyAttribute class.

◆ fromAttributeValue:

+ (FMLiveSwitchSdpBundleOnlyAttribute*) fromAttributeValue: (NSString *)  value

Initializes a new instance of the FMLiveSwitchSdpGroupAttribute class.

Parameters
valueThe attribute value.

◆ getAttributeValue

- (NSString*) getAttributeValue

Gets the internal value of the attribute.

Implements FMLiveSwitchSdpAttribute.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSdpBundleOnlyAttribute class.

Implements FMLiveSwitchSdpAttribute.