FMLiveSwitchSdpRtpFeedbackAttributeCollection Class Reference

Instance Methods

(bool) - addAttribute:
 
(void) - clear
 
(instancetype) - init
 
(bool) - removeWithAttribute:
 
(NSMutableArray *) - toArray
 
(bool) - tryGetFeedbackAttributeWithPayloadType:feedbackAttributeType:subType:feedbackAttribute:
 

Class Methods

(FMLiveSwitchSdpRtpFeedbackAttributeCollection *) + feedbackAttributeCollection
 

Method Documentation

◆ addAttribute:

- (bool) addAttribute: (FMLiveSwitchSdpRtcpFeedbackAttribute *)  attribute

◆ clear

- (void) clear

◆ feedbackAttributeCollection

+ (FMLiveSwitchSdpRtpFeedbackAttributeCollection*) feedbackAttributeCollection

◆ init

- (instancetype) init

◆ removeWithAttribute:

- (bool) removeWithAttribute: (FMLiveSwitchSdpRtcpFeedbackAttribute *)  attribute

◆ toArray

- (NSMutableArray*) toArray

◆ tryGetFeedbackAttributeWithPayloadType:feedbackAttributeType:subType:feedbackAttribute:

- (bool) tryGetFeedbackAttributeWithPayloadType: (int)  payloadType
feedbackAttributeType: (NSString *)  feedbackAttributeType
subType: (NSString *)  subType
feedbackAttribute: (FMLiveSwitchSdpRtcpFeedbackAttribute **)  feedbackAttribute