FMIceLinkSdpIceCandidateAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject |
|---|---|
| Declared in | FMIceLinkSdpIceCandidateAttribute.h FMIceLinkSdpIceCandidateAttribute.m |
Overview
+ candidateAttributeWithFoundation:priority:connectionAddress:port:candidateType:componentId:
+ (FMIceLinkSdpIceCandidateAttribute *)candidateAttributeWithFoundation:(NSString *)foundation priority:(long long)priority connectionAddress:(NSString *)connectionAddress port:(int)port candidateType:(NSString *)candidateType componentId:(int)componentIdParameters
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 FMIceLinkSdpIceCandidateAttribute#candidateType for possible values. |
componentId |
The component identifier. |
Discussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
+ candidateAttributeWithFoundation:priority:connectionAddress:port:candidateType:relatedAddress:relatedPort:protocol:componentId:
+ (FMIceLinkSdpIceCandidateAttribute *)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)componentIdParameters
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 FMIceLinkSdpIceCandidateAttribute#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. |
Discussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– candidateType
- (NSString *)candidateTypeDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– componentId
- (int)componentIdDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– connectionAddress
- (NSString *)connectionAddressDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– extensions
- (NSMutableDictionary<NSString*,NSString*> *)extensionsDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– foundation
- (NSString *)foundationDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
+ fromAttributeValue:
+ (FMIceLinkSdpIceCandidateAttribute *)fromAttributeValue:(NSString *)valueParameters
value |
The attribute as a string. |
|---|
Discussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– getAttributeValue
- (NSString *)getAttributeValueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– initWithFoundation:priority:connectionAddress:port:candidateType:componentId:
- (instancetype)initWithFoundation:(NSString *)foundation priority:(long long)priority connectionAddress:(NSString *)connectionAddress port:(int)port candidateType:(NSString *)candidateType componentId:(int)componentIdParameters
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 FMIceLinkSdpIceCandidateAttribute#candidateType for possible values. |
componentId |
The component identifier. |
Discussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– initWithFoundation:priority:connectionAddress:port:candidateType:relatedAddress:relatedPort:protocol:componentId:
- (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)componentIdParameters
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 FMIceLinkSdpIceCandidateAttribute#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. |
Discussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– port
- (int)portDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– priority
- (long long)priorityDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– protocol
- (NSString *)protocolDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– relatedAddress
- (NSString *)relatedAddressDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– relatedPort
- (int)relatedPortDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setCandidateType:
- (void)setCandidateType:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setComponentId:
- (void)setComponentId:(int)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setConnectionAddress:
- (void)setConnectionAddress:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setFoundation:
- (void)setFoundation:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setPort:
- (void)setPort:(int)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setPriority:
- (void)setPriority:(long long)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setProtocol:
- (void)setProtocol:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setRelatedAddress:
- (void)setRelatedAddress:(NSString *)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h
– setRelatedPort:
- (void)setRelatedPort:(int)valueDiscussion
Declared In
FMIceLinkSdpIceCandidateAttribute.h