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 *)value

Parameters

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 *)getAttributeValue

Discussion

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 *)attributeName

Parameters

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 *)attributeValue

Parameters

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 *)name

Discussion

Gets the name of the attribute.

Declared In

FMIceLinkSdpRtpSsrcAttribute.h

– setValue:

Sets the attribute [value](#//api/name/value).
- (void)setValue:(NSString *)value

Discussion

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 *)attributeName

Parameters

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 *)attributeValue

Parameters

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)synchronizationSource

Discussion

Gets the synchronization source.

Declared In

FMIceLinkSdpRtpSsrcAttribute.h

– value

Gets the attribute value.
- (NSString *)value

Discussion

Gets the attribute value.

Declared In

FMIceLinkSdpRtpSsrcAttribute.h