FMIceLinkStunIceUseCandidateAttribute Class Reference

Inherits from FMIceLinkStunAttribute : NSObject
Declared in FMIceLinkStunIceUseCandidateAttribute.h
FMIceLinkStunIceUseCandidateAttribute.m

Overview

The USE-CANDIDATE attribute indicates that the candidate pair resulting from this check should be used for transmission of media.

– description

Returns a string that represents this instance.

@return A string that represents this instance.

- (NSString *)description

Discussion

Returns a string that represents this instance.

@return A string that represents this instance.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

– getValueLength

Gets the length of the attribute value.

@return The length of the attribute value.

- (int)getValueLength

Discussion

Gets the length of the attribute value.

@return The length of the attribute value.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

– init

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

+ readValueFromWithBuffer:offset:

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
+ (FMIceLinkStunIceUseCandidateAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset

Parameters

buffer

The buffer.

offset

The offset. @return

Discussion

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

– typeValue

Gets the type value.
- (int)typeValue

Discussion

Gets the type value.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

+ useCandidateAttribute

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
+ (FMIceLinkStunIceUseCandidateAttribute *)useCandidateAttribute

Discussion

Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h

– writeValueToWithBuffer:offset:

Writes the attribute value to a data buffer.
- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset

Parameters

buffer

The buffer.

offset

The offset.

Discussion

Writes the attribute value to a data buffer.

Declared In

FMIceLinkStunIceUseCandidateAttribute.h