FMLiveSwitchSdpIceOptionTag Class Reference

A tag for an FMLiveSwitchSdpIceOptionsAttribute. More...

Instance Methods

(NSString *) - description
 Gets the string representation of this tag. More...
 
(instancetype) - init
 
(void) - setType:
 Sets the type of this tag. More...
 
(FMLiveSwitchSdpIceOptionTagType) - type
 Gets the type of this tag. More...
 

Class Methods

(FMLiveSwitchSdpIceOptionTag *) + optionTag
 
(FMLiveSwitchSdpIceOptionTag *) + parseWithTagString:
 Generates a tag object from a string. More...
 
(NSString *) + trickle
 Gets the "trickle" option string. More...
 

Detailed Description

Method Documentation

◆ description

- (NSString*) description

Gets the string representation of this tag.

Implemented in FMLiveSwitchSdpIceUnknownIceOptionTag, and FMLiveSwitchSdpIceTrickleIceOptionTag.

◆ init

- (instancetype) init

◆ optionTag

◆ parseWithTagString:

+ (FMLiveSwitchSdpIceOptionTag*) parseWithTagString: (NSString *)  tagString

Generates a tag object from a string.

Parameters
tagStringThe tag string.

◆ setType:

- (void) setType: (FMLiveSwitchSdpIceOptionTagType)  value

Sets the type of this tag.

◆ trickle

+ (NSString*) trickle

Gets the "trickle" option string.

◆ type

- (FMLiveSwitchSdpIceOptionTagType) type

Gets the type of this tag.