The SDP media attribute "ssrc-group" expresses a relationship among several sources of an RTP session. More...
Instance Methods | |
| (NSString *) | - getAttributeValue |
| Gets the internal value of the attribute. More... | |
| (instancetype) | - initWithSemantics:synchronizationSources: |
| Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute class. More... | |
| (NSString *) | - semantics |
| Gets the semantics. More... | |
| (NSMutableArray *) | - synchronizationSources |
| Gets the synchronization sources. 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 | |
| (FMLiveSwitchSdpRtpSsrcGroupAttribute *) | + fromAttributeValue: |
| Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute class. More... | |
| (FMLiveSwitchSdpRtpSsrcGroupAttribute *) | + ssrcGroupAttributeWithSemantics:synchronizationSources: |
| Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute 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... | |
The SDP media attribute "ssrc-group" expresses a relationship among several sources of an RTP session.
| + (FMLiveSwitchSdpRtpSsrcGroupAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute class.
| value | The attribute value. |
| - (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
| - (instancetype) initWithSemantics: | (NSString *) | semantics | |
| synchronizationSources: | (NSMutableArray *) | synchronizationSources | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute class.
| semantics | The semantics. |
| synchronizationSources | The synchronization sources. |
| - (NSString*) semantics |
Gets the semantics.
| + (FMLiveSwitchSdpRtpSsrcGroupAttribute*) ssrcGroupAttributeWithSemantics: | (NSString *) | semantics | |
| synchronizationSources: | (NSMutableArray *) | synchronizationSources | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcGroupAttribute class.
| semantics | The semantics. |
| synchronizationSources | The synchronization sources. |
| - (NSMutableArray*) synchronizationSources |
Gets the synchronization sources.