This attribute gives the dot-separated hierarchical category of the session. More...
Instance Methods | |
(NSString *) | - category |
Gets the dot-separated hierarchical category of the session. More... | |
(NSString *) | - getAttributeValue |
Gets the internal value of the attribute. More... | |
(instancetype) | - initWithCategory: |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class. More... | |
Instance Methods inherited from FMLiveSwitchSdpAttribute | |
(FMLiveSwitchSdpAttributeType) | - attributeType |
Gets this Attribute's Type. More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - init |
(FMLiveSwitchSdpAttributeCategory) | - multiplexingCategory |
Gets the Multiplexing Category of this Attribute. More... | |
(void) | - setAttributeType: |
Sets this Attribute's Type. More... | |
(void) | - setMultiplexingCategory: |
Sets the Multiplexing Category of this Attribute. More... | |
Class Methods | |
(FMLiveSwitchSdpCategoryAttribute *) | + categoryAttributeWithCategory: |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class. More... | |
(FMLiveSwitchSdpCategoryAttribute *) | + fromAttributeValue: |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class. More... | |
Class Methods inherited from FMLiveSwitchSdpAttribute | |
(FMLiveSwitchSdpAttribute *) | + attribute |
(FMLiveSwitchSdpAttribute *) | + createAttributeWithName:value: |
Creates an attribute. More... | |
(NSString *) | + getTypeNameWithType: |
Gets the name of the attribute type. More... | |
(bool) | + isMediaLevelWithType: |
Determines whether the type applies to media streams. More... | |
(bool) | + isSessionLevelWithType: |
Determines whether the type applies to sessions. More... | |
(FMLiveSwitchSdpAttribute *) | + parseWithS: |
Creates an FMLiveSwitchSdpConnectionData instance from a string. More... | |
This attribute gives the dot-separated hierarchical category of the session.
This is to enable a receiver to filter unwanted sessions by category. There is no central registry of categories. It is a session-level attribute, and it is not dependent on charset.
- (NSString*) category |
Gets the dot-separated hierarchical category of the session.
+ (FMLiveSwitchSdpCategoryAttribute*) categoryAttributeWithCategory: | (NSString *) | category |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class.
category | The dot-separated hierarchical category of the session. |
+ (FMLiveSwitchSdpCategoryAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithCategory: | (NSString *) | category |
Initializes a new instance of the FMLiveSwitchSdpCategoryAttribute class.
category | The dot-separated hierarchical category of the session. |