FMLiveSwitchSdpAttributeCollection Class Reference

Instance Methods

(void) - addAttribute:
 
(instancetype) - init
 
(bool) - removeWithAttribute:
 
(bool) - removeWithAttributeType:
 
(void) - replaceAttribute:
 
(NSMutableArray *) - toArray
 
(bool) - tryGetAttributesWithType:attributes:
 
(bool) - tryGetAttributeWithType:attribute:
 

Class Methods

(FMLiveSwitchSdpAttributeCollection *) + attributeCollection
 

Method Documentation

◆ addAttribute:

- (void) addAttribute: (FMLiveSwitchSdpAttribute *)  attribute

◆ attributeCollection

+ (FMLiveSwitchSdpAttributeCollection*) attributeCollection

◆ init

- (instancetype) init

◆ removeWithAttribute:

- (bool) removeWithAttribute: (FMLiveSwitchSdpAttribute *)  attribute

◆ removeWithAttributeType:

- (bool) removeWithAttributeType: (FMLiveSwitchSdpAttributeType)  attributeType

◆ replaceAttribute:

- (void) replaceAttribute: (FMLiveSwitchSdpAttribute *)  attribute

◆ toArray

- (NSMutableArray*) toArray

◆ tryGetAttributesWithType:attributes:

- (bool) tryGetAttributesWithType: (FMLiveSwitchSdpAttributeType)  type
attributes: (NSMutableArray **)  attributes 

◆ tryGetAttributeWithType:attribute:

- (bool) tryGetAttributeWithType: (FMLiveSwitchSdpAttributeType)  type
attribute: (FMLiveSwitchSdpAttribute **)  attribute