The SDP media attribute "simulcast" describes, independently for send and receive directions, the number of simulcast RTP streams as well as potential alternative formats for each simulcast RTP stream. More...
Instance Methods | |
(FMLiveSwitchSdpRtpSimulcastStreamDescription *) | - description1 |
Gets the first description. More... | |
(FMLiveSwitchSdpRtpSimulcastStreamDescription *) | - description2 |
Gets the second description. More... | |
(int) | - draftVersion |
Gets the version of the IETF draft to comply with. More... | |
(NSString *) | - getAttributeValue |
Gets the internal value of the attribute. More... | |
(instancetype) | - initWithDescription: |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class. More... | |
(instancetype) | - initWithDescription1:description2: |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class. More... | |
(FMLiveSwitchSdpRtpSimulcastStreamDescription *) | - receiveDescription |
Gets the 'receive' description. More... | |
(FMLiveSwitchSdpRtpSimulcastStreamDescription *) | - sendDescription |
Gets the 'send' description. More... | |
(void) | - setDraftVersion: |
Sets the version of the IETF draft to comply with. 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... | |
The SDP media attribute "simulcast" describes, independently for send and receive directions, the number of simulcast RTP streams as well as potential alternative formats for each simulcast RTP stream.
- (FMLiveSwitchSdpRtpSimulcastStreamDescription*) description1 |
Gets the first description.
- (FMLiveSwitchSdpRtpSimulcastStreamDescription*) description2 |
Gets the second description.
- (int) draftVersion |
Gets the version of the IETF draft to comply with.
+ (FMLiveSwitchSdpRtpSimulcastAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithDescription1: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description1 | |
description2: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description2 | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class.
description1 | The first description. |
description2 | The second description. |
- (instancetype) initWithDescription: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class.
description | The description. |
- (FMLiveSwitchSdpRtpSimulcastStreamDescription*) receiveDescription |
Gets the 'receive' description.
- (FMLiveSwitchSdpRtpSimulcastStreamDescription*) sendDescription |
Gets the 'send' description.
- (void) setDraftVersion: | (int) | value |
Sets the version of the IETF draft to comply with.
+ (FMLiveSwitchSdpRtpSimulcastAttribute*) simulcastAttributeWithDescription1: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description1 | |
description2: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description2 | |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class.
description1 | The first description. |
description2 | The second description. |
+ (FMLiveSwitchSdpRtpSimulcastAttribute*) simulcastAttributeWithDescription: | (FMLiveSwitchSdpRtpSimulcastStreamDescription *) | description |
Initializes a new instance of the FMLiveSwitchSdpRtpSimulcastAttribute class.
description | The description. |