FMIceLinkSdpRtcpFeedbackAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpRtcpFeedbackAttribute.h
FMIceLinkSdpRtcpFeedbackAttribute.m

Overview

This attribute is used to indicate the capability of using RTCP feedback.

+ ccmFirAttributeWithPayloadType:

Creates a "ccm fir" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)ccmFirAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "ccm fir" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ feedbackAttributeWithPayloadType:type:

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)feedbackAttributeWithPayloadType:(int)payloadType type:(NSString *)type

Parameters

payloadType

The payload type.

type

The type.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ feedbackAttributeWithPayloadType:type:subtype:

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)feedbackAttributeWithPayloadType:(int)payloadType type:(NSString *)type subtype:(NSString *)subtype

Parameters

payloadType

The payload type.

type

The type.

subtype

The subtype.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– initWithPayloadType:type:

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.
- (instancetype)initWithPayloadType:(int)payloadType type:(NSString *)type

Parameters

payloadType

The payload type.

type

The type.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– initWithPayloadType:type:subtype:

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.
- (instancetype)initWithPayloadType:(int)payloadType type:(NSString *)type subtype:(NSString *)subtype

Parameters

payloadType

The payload type.

type

The type.

subtype

The subtype.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpFeedbackAttribute class.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ nackAttributeWithPayloadType:

Creates a "nack" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)nackAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "nack" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ nackPliAttributeWithPayloadType:

Creates a "nack pli" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)nackPliAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "nack pli" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ nackRpsiAttributeWithPayloadType:

Creates a "nack rpsi" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)nackRpsiAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "nack rpsi" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ nackSliAttributeWithPayloadType:

Creates a "nack sli" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)nackSliAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "nack sli" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– payloadType

Gets the payload [type](#//api/name/type).
- (int)payloadType

Discussion

Gets the payload [type](#//api/name/type).

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ rembAttributeWithPayloadType:

Creates a "goog-remb" feedback attribute.
+ (FMIceLinkSdpRtcpFeedbackAttribute *)rembAttributeWithPayloadType:(int)payloadType

Parameters

payloadType

The payload type.

Discussion

Creates a "goog-remb" feedback attribute.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– setPayloadType:

Sets the payload [type](#//api/name/type).
- (void)setPayloadType:(int)value

Discussion

Sets the payload [type](#//api/name/type).

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– setSubType:

Sets the sub[type](#//api/name/type).
- (void)setSubType:(NSString *)value

Discussion

Sets the sub[type](#//api/name/type).

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– setType:

Sets the [type](#//api/name/type).
- (void)setType:(NSString *)value

Discussion

Sets the [type](#//api/name/type).

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– subType

Gets the sub[type](#//api/name/type).
- (NSString *)subType

Discussion

Gets the sub[type](#//api/name/type).

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

– type

Gets the type.
- (NSString *)type

Discussion

Gets the type.

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h

+ wildcardPayloadType

Gets the payload [type](#//api/name/type) that represents wildcard feedback attributes ('*').
+ (int)wildcardPayloadType

Discussion

Gets the payload [type](#//api/name/type) that represents wildcard feedback attributes ('*').

Declared In

FMIceLinkSdpRtcpFeedbackAttribute.h