FMIceLinkSdpRtpSsrcAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpRtpSsrcAttribute.h FMIceLinkSdpRtpSsrcAttribute.m  | 
Overview
The SDP media attribute "ssrc" indicates a property (known as a
"source-level attribute") of a media source (RTP stream) within an
RTP session.
					+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			+ (FMIceLinkSdpRtpSsrcAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– getAttributeValue
	
Gets the internal [value](#//api/name/value) of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal [value](#//api/name/value) of the attribute.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– initWithSynchronizationSource:attributeName:
	
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource attributeName:(NSString *)attributeNameParameters
synchronizationSource | 
						The synchronization source.  | 
					
|---|---|
attributeName | 
						Name of the attribute.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– initWithSynchronizationSource:attributeName:attributeValue:
	
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource attributeName:(NSString *)attributeName attributeValue:(NSString *)attributeValueParameters
synchronizationSource | 
						The synchronization source.  | 
					
|---|---|
attributeName | 
						Name of the attribute.  | 
					
attributeValue | 
						The attribute value.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– name
	
Gets the name of the attribute.
			- (NSString *)nameDiscussion
Gets the name of the attribute.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– setValue:
	
Sets the attribute [value](#//api/name/value).
			- (void)setValue:(NSString *)valueDiscussion
Sets the attribute [value](#//api/name/value).
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
+ ssrcAttributeWithSynchronizationSource:attributeName:
	
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			+ (FMIceLinkSdpRtpSsrcAttribute *)ssrcAttributeWithSynchronizationSource:(long long)synchronizationSource attributeName:(NSString *)attributeNameParameters
synchronizationSource | 
						The synchronization source.  | 
					
|---|---|
attributeName | 
						Name of the attribute.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
+ ssrcAttributeWithSynchronizationSource:attributeName:attributeValue:
	
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			+ (FMIceLinkSdpRtpSsrcAttribute *)ssrcAttributeWithSynchronizationSource:(long long)synchronizationSource attributeName:(NSString *)attributeName attributeValue:(NSString *)attributeValueParameters
synchronizationSource | 
						The synchronization source.  | 
					
|---|---|
attributeName | 
						Name of the attribute.  | 
					
attributeValue | 
						The attribute value.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRtpSsrcAttribute class.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– synchronizationSource
	
Gets the synchronization source.
			- (long long)synchronizationSourceDiscussion
Gets the synchronization source.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h
– value
	
Gets the attribute value.
			- (NSString *)valueDiscussion
Gets the attribute value.
			Declared In
FMIceLinkSdpRtpSsrcAttribute.h