The 'setup' attribute indicates which of the end points should initiate the TCP connection establishment (i.e., send the initial TCP SYN). More...
Instance Methods | |
| (NSString *) | - getAttributeValue |
| Gets the internal value of the attribute. More... | |
| (instancetype) | - initWithSetup: |
| Initializes a new instance of the FMLiveSwitchSdpSetupAttribute class. More... | |
| (NSString *) | - setup |
| Gets which end point should initiate the connection establishment. 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 | |
| (FMLiveSwitchSdpSetupAttribute *) | + fromAttributeValue: |
| Initializes a new instance of the FMLiveSwitchSdpSetupAttribute class. More... | |
| (FMLiveSwitchSdpSetupAttribute *) | + setupAttributeWithSetup: |
| Initializes a new instance of the FMLiveSwitchSdpSetupAttribute 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... | |
The 'setup' attribute indicates which of the end points should initiate the TCP connection establishment (i.e., send the initial TCP SYN).
The 'setup' attribute is charset-independent and can be a session-level or a media-level attribute.
| + (FMLiveSwitchSdpSetupAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpSetupAttribute class.
| value | The attribute value. |
| - (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
| - (instancetype) initWithSetup: | (NSString *) | setup |
Initializes a new instance of the FMLiveSwitchSdpSetupAttribute class.
| setup | Which end point should initiate the connection establishment. See setup for possible values. |
| - (NSString*) setup |
Gets which end point should initiate the connection establishment.
See setup for possible values.
| + (FMLiveSwitchSdpSetupAttribute*) setupAttributeWithSetup: | (NSString *) | setup |
Initializes a new instance of the FMLiveSwitchSdpSetupAttribute class.
| setup | Which end point should initiate the connection establishment. See setup for possible values. |