This specifies that the tools should be started in receive-only mode where applicable. More...
Instance Methods | |
| (NSString *) | - getAttributeValue |
| Gets the internal value of the attribute. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchSdpReceiveOnlyAttribute 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 receive-only mode where applicable.
It can be either a session- or media- level attribute, and it is not dependent on charset. Note that recvonly applies to the media only, not to any associated control protocol (e.g., an RTP-based system in recvonly mode SHOULD still send RTCP packets).
| + (FMLiveSwitchSdpReceiveOnlyAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpReceiveOnlyAttribute class.
| value | The attribute value. |
| - (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchSdpReceiveOnlyAttribute class.
Implements FMLiveSwitchSdpDirectionAttribute.
| + (FMLiveSwitchSdpReceiveOnlyAttribute*) receiveOnlyAttribute |
Initializes a new instance of the FMLiveSwitchSdpReceiveOnlyAttribute class.
| - (FMLiveSwitchStreamDirection) streamDirection |
Gets the stream direction.
Implements FMLiveSwitchSdpDirectionAttribute.