The candidate attribute is a media-level attribute only. More...
Instance Methods | |
(NSString *) | - candidateType |
Gets the type of the candidate. More... | |
(int) | - componentId |
Gets the ID of the component for which this is a candidate. More... | |
(NSString *) | - connectionAddress |
Gets the IP address of the candidate. More... | |
(NSMutableDictionary< NSString *, NSString * > *) | - extensions |
Gets the extensions. More... | |
(NSString *) | - foundation |
Gets the candidate's foundation. More... | |
(NSString *) | - getAttributeValue |
Gets the value of the attribute. More... | |
(instancetype) | - initWithFoundation:priority:connectionAddress:port:candidateType:componentId: |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class. More... | |
(instancetype) | - initWithFoundation:priority:connectionAddress:port:candidateType:relatedAddress:relatedPort:protocol:componentId: |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class. More... | |
(int) | - port |
Gets the port of the candidate. More... | |
(long long) | - priority |
Gets the priority of the candidate. More... | |
(NSString *) | - protocol |
Gets the protocol of this candidate. More... | |
(NSString *) | - relatedAddress |
Gets the IP address related to the candidate. More... | |
(int) | - relatedPort |
Gets the port related to the candidate. More... | |
(void) | - setCandidateType: |
Sets the type of the candidate. More... | |
(void) | - setComponentId: |
Sets the ID of the component for which this is a candidate. More... | |
(void) | - setConnectionAddress: |
Sets the IP address of the candidate. More... | |
(void) | - setFoundation: |
Sets the candidate's foundation. More... | |
(void) | - setPort: |
Sets the port of the candidate. More... | |
(void) | - setPriority: |
Sets the priority of the candidate. More... | |
(void) | - setProtocol: |
Sets the protocol of this candidate. More... | |
(void) | - setRelatedAddress: |
Sets the IP address related to the candidate. More... | |
(void) | - setRelatedPort: |
Sets the port related to the candidate. 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 candidate attribute is a media-level attribute only.
It contains a transport address for a candidate that can be used for connectivity checks.
+ (FMLiveSwitchSdpIceCandidateAttribute*) candidateAttributeWithFoundation: | (NSString *) | foundation | |
priority: | (long long) | priority | |
connectionAddress: | (NSString *) | connectionAddress | |
port: | (int) | port | |
candidateType: | (NSString *) | candidateType | |
componentId: | (int) | componentId | |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class.
foundation | The candidate's foundation. |
priority | The priority of the candidate. |
connectionAddress | The IP address of the candidate. |
port | The port of the candidate. |
candidateType | The type of the candidate. See candidateType for possible values. |
componentId | The component identifier. |
+ (FMLiveSwitchSdpIceCandidateAttribute*) candidateAttributeWithFoundation: | (NSString *) | foundation | |
priority: | (long long) | priority | |
connectionAddress: | (NSString *) | connectionAddress | |
port: | (int) | port | |
candidateType: | (NSString *) | candidateType | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
protocol: | (NSString *) | protocol | |
componentId: | (int) | componentId | |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class.
foundation | The candidate's foundation. |
priority | The priority of the candidate. |
connectionAddress | The IP address of the candidate. |
port | The port of the candidate. |
candidateType | The type of the candidate. See candidateType for possible values. |
relatedAddress | The IP address related to the candidate. |
relatedPort | The port related to the candidate. |
protocol | The protocol. |
componentId | The ID of the component for which this is a candidate. |
- (NSString*) candidateType |
Gets the type of the candidate.
See candidateType for possible values.
- (int) componentId |
Gets the ID of the component for which this is a candidate.
- (NSString*) connectionAddress |
Gets the IP address of the candidate.
- (NSString*) foundation |
Gets the candidate's foundation.
+ (FMLiveSwitchSdpIceCandidateAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class.
value | The attribute as a string. |
- (NSString*) getAttributeValue |
Gets the value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithFoundation: | (NSString *) | foundation | |
priority: | (long long) | priority | |
connectionAddress: | (NSString *) | connectionAddress | |
port: | (int) | port | |
candidateType: | (NSString *) | candidateType | |
componentId: | (int) | componentId | |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class.
foundation | The candidate's foundation. |
priority | The priority of the candidate. |
connectionAddress | The IP address of the candidate. |
port | The port of the candidate. |
candidateType | The type of the candidate. See candidateType for possible values. |
componentId | The component identifier. |
- (instancetype) initWithFoundation: | (NSString *) | foundation | |
priority: | (long long) | priority | |
connectionAddress: | (NSString *) | connectionAddress | |
port: | (int) | port | |
candidateType: | (NSString *) | candidateType | |
relatedAddress: | (NSString *) | relatedAddress | |
relatedPort: | (int) | relatedPort | |
protocol: | (NSString *) | protocol | |
componentId: | (int) | componentId | |
Initializes a new instance of the FMLiveSwitchSdpIceCandidateAttribute class.
foundation | The candidate's foundation. |
priority | The priority of the candidate. |
connectionAddress | The IP address of the candidate. |
port | The port of the candidate. |
candidateType | The type of the candidate. See candidateType for possible values. |
relatedAddress | The IP address related to the candidate. |
relatedPort | The port related to the candidate. |
protocol | The protocol. |
componentId | The ID of the component for which this is a candidate. |
- (int) port |
Gets the port of the candidate.
- (long long) priority |
Gets the priority of the candidate.
- (NSString*) protocol |
Gets the protocol of this candidate.
- (NSString*) relatedAddress |
Gets the IP address related to the candidate.
- (int) relatedPort |
Gets the port related to the candidate.
- (void) setCandidateType: | (NSString *) | value |
Sets the type of the candidate.
See candidateType for possible values.
- (void) setComponentId: | (int) | value |
Sets the ID of the component for which this is a candidate.
- (void) setConnectionAddress: | (NSString *) | value |
Sets the IP address of the candidate.
- (void) setFoundation: | (NSString *) | value |
Sets the candidate's foundation.
- (void) setPort: | (int) | value |
Sets the port of the candidate.
- (void) setPriority: | (long long) | value |
Sets the priority of the candidate.
- (void) setProtocol: | (NSString *) | value |
Sets the protocol of this candidate.
- (void) setRelatedAddress: | (NSString *) | value |
Sets the IP address related to the candidate.
- (void) setRelatedPort: | (int) | value |
Sets the port related to the candidate.