This specifies the mode in which tools should be started. More...
Instance Methods | |
| (instancetype) | - init |
| (FMLiveSwitchStreamDirection) | - streamDirection |
| Gets the stream direction. More... | |
Instance Methods inherited from FMLiveSwitchSdpAttribute | |
| (FMLiveSwitchSdpAttributeType) | - attributeType |
| Gets this Attribute's Type. More... | |
| (NSString *) | - description |
| Converts this instance to a string. More... | |
| (NSString *) | - getAttributeValue |
| Gets the internal value of the attribute. 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 | |
| (FMLiveSwitchSdpDirectionAttribute *) | + directionAttribute |
| (FMLiveSwitchSdpDirectionAttribute *) | + generateDirectionAttributeWithDirection: |
| Creates a DirectionAttribute for a required direction. 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 specifies the mode in which tools should be started.
| + (FMLiveSwitchSdpDirectionAttribute*) directionAttribute |
| + (FMLiveSwitchSdpDirectionAttribute*) generateDirectionAttributeWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Creates a DirectionAttribute for a required direction.
| direction | Direction. |
| - (instancetype) init |
| - (FMLiveSwitchStreamDirection) streamDirection |
Gets the stream direction.
Implemented in FMLiveSwitchSdpSendReceiveAttribute, FMLiveSwitchSdpSendOnlyAttribute, FMLiveSwitchSdpReceiveOnlyAttribute, and FMLiveSwitchSdpInactiveAttribute.