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... | |
A tag for an FMLiveSwitchSdpIceOptionsAttribute.
| - (NSString*) description |
Gets the string representation of this tag.
Implemented in FMLiveSwitchSdpIceUnknownIceOptionTag, and FMLiveSwitchSdpIceTrickleIceOptionTag.
| - (instancetype) init |
Implemented in FMLiveSwitchSdpIceTrickleIceOptionTag.
| + (FMLiveSwitchSdpIceOptionTag*) optionTag |
| + (FMLiveSwitchSdpIceOptionTag*) parseWithTagString: | (NSString *) | tagString |
Generates a tag object from a string.
| tagString | The tag string. |
| - (void) setType: | (FMLiveSwitchSdpIceOptionTagType) | value |
Sets the type of this tag.
| + (NSString*) trickle |
Gets the "trickle" option string.
| - (FMLiveSwitchSdpIceOptionTagType) type |
Gets the type of this tag.