The SDP media attribute "ssrc" indicates a property (known as a "source-level attribute") of a media source (RTP stream) within an RTP session. More...
Instance Methods | |
(NSString *) | - getAttributeValue |
Gets the internal value of the attribute. More... | |
(instancetype) | - initWithSynchronizationSource:attributeName: |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class. More... | |
(instancetype) | - initWithSynchronizationSource:attributeName:attributeValue: |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class. More... | |
(NSString *) | - name |
Gets the name of the attribute. More... | |
(void) | - setValue: |
Sets the attribute value. More... | |
(long long) | - synchronizationSource |
Gets the synchronization source. More... | |
(NSString *) | - value |
Gets the attribute value. 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... | |
The SDP media attribute "ssrc" indicates a property (known as a "source-level attribute") of a media source (RTP stream) within an RTP session.
+ (FMLiveSwitchSdpRtpSsrcAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
attributeName: | (NSString *) | attributeName | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class.
synchronizationSource | The synchronization source. |
attributeName | Name of the attribute. |
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
attributeName: | (NSString *) | attributeName | |
attributeValue: | (NSString *) | attributeValue | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class.
synchronizationSource | The synchronization source. |
attributeName | Name of the attribute. |
attributeValue | The attribute value. |
- (NSString*) name |
Gets the name of the attribute.
- (void) setValue: | (NSString *) | value |
Sets the attribute value.
+ (FMLiveSwitchSdpRtpSsrcAttribute*) ssrcAttributeWithSynchronizationSource: | (long long) | synchronizationSource | |
attributeName: | (NSString *) | attributeName | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class.
synchronizationSource | The synchronization source. |
attributeName | Name of the attribute. |
+ (FMLiveSwitchSdpRtpSsrcAttribute*) ssrcAttributeWithSynchronizationSource: | (long long) | synchronizationSource | |
attributeName: | (NSString *) | attributeName | |
attributeValue: | (NSString *) | attributeValue | |
Initializes a new instance of the FMLiveSwitchSdpRtpSsrcAttribute class.
synchronizationSource | The synchronization source. |
attributeName | Name of the attribute. |
attributeValue | The attribute value. |
- (long long) synchronizationSource |
Gets the synchronization source.
- (NSString*) value |
Gets the attribute value.