FMLiveSwitchSdpContentAttribute Class Reference

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. More...

Instance Methods

(NSString *) - content
 Gets the type of the conference. More...
 
(NSString *) - getAttributeValue
 Gets the internal value of the attribute. More...
 
(instancetype) - initWithContent:
 Initializes a new instance of the FMLiveSwitchSdpContentAttribute class. More...
 
- Instance Methods inherited from FMLiveSwitchSdpAttribute
(FMLiveSwitchSdpAttributeType) - attributeType
 Gets this Attribute's Type. More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 
(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

(FMLiveSwitchSdpContentAttribute *) + contentAttributeWithContent:
 Initializes a new instance of the FMLiveSwitchSdpContentAttribute class. More...
 
(FMLiveSwitchSdpContentAttribute *) + fromAttributeValue:
 Initializes a new instance of the FMLiveSwitchSdpContentAttribute 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

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.

Method Documentation

◆ content

- (NSString*) content

Gets the type of the conference.

See content for possible values.

◆ contentAttributeWithContent:

+ (FMLiveSwitchSdpContentAttribute*) contentAttributeWithContent: (NSString *)  content

Initializes a new instance of the FMLiveSwitchSdpContentAttribute class.

Parameters
contentThe content. See content for possible values.

◆ fromAttributeValue:

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

Initializes a new instance of the FMLiveSwitchSdpContentAttribute class.

Parameters
valueThe attribute value.

◆ getAttributeValue

- (NSString*) getAttributeValue

Gets the internal value of the attribute.

Implements FMLiveSwitchSdpAttribute.

◆ initWithContent:

- (instancetype) initWithContent: (NSString *)  content

Initializes a new instance of the FMLiveSwitchSdpContentAttribute class.

Parameters
contentThe content. See content for possible values.