This gives the name and version number of the tool used to create the session description. More...
Instance Methods | |
| (NSString *) | - getAttributeValue |
| Gets the internal value of the attribute. More... | |
| (instancetype) | - initWithTool: |
| Initializes a new instance of the FMLiveSwitchSdpToolAttribute class. More... | |
| (NSString *) | - tool |
| Gets the name and version number of the tool used to create the session description. 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 | |
| (FMLiveSwitchSdpToolAttribute *) | + fromAttributeValue: |
| Initializes a new instance of the FMLiveSwitchSdpToolAttribute class. More... | |
| (FMLiveSwitchSdpToolAttribute *) | + toolAttributeWithTool: |
| Initializes a new instance of the FMLiveSwitchSdpToolAttribute 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... | |
This gives the name and version number of the tool used to create the session description.
It is a session-level attribute, and it is not dependent on charset.
| + (FMLiveSwitchSdpToolAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpToolAttribute class.
| value | The attribute value. |
| - (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
| - (instancetype) initWithTool: | (NSString *) | tool |
Initializes a new instance of the FMLiveSwitchSdpToolAttribute class.
| tool | The name and version number of the tool used to create the session description. |
| - (NSString*) tool |
Gets the name and version number of the tool used to create the session description.
| + (FMLiveSwitchSdpToolAttribute*) toolAttributeWithTool: | (NSString *) | tool |
Initializes a new instance of the FMLiveSwitchSdpToolAttribute class.
| tool | The name and version number of the tool used to create the session description. |