This specifies that the tools should be started in send-only mode. More...
Instance Methods | |
(NSString *) | - getAttributeValue |
Gets the internal value of the attribute. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSdpSendOnlyAttribute class. More... | |
(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... | |
(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... | |
This specifies that the tools should be started in send-only mode.
An example may be where a different unicast address is to be used for a traffic destination than for a traffic source. In such a case, two media descriptions may be used, one sendonly and one recvonly. It can be either a session- or media-level attribute, but would normally only be used as a media attribute. It is not dependent on charset. Note that sendonly applies only to the media, and any associated control protocol (e.g., RTCP) SHOULD still be received and processed as normal.
+ (FMLiveSwitchSdpSendOnlyAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpSendOnlyAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpSendOnlyAttribute class.
Implements FMLiveSwitchSdpDirectionAttribute.
+ (FMLiveSwitchSdpSendOnlyAttribute*) sendOnlyAttribute |
Initializes a new instance of the FMLiveSwitchSdpSendOnlyAttribute class.
- (FMLiveSwitchStreamDirection) streamDirection |
Gets the stream direction.
Implements FMLiveSwitchSdpDirectionAttribute.