FMIceLinkSdpRtcpAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpRtcpAttribute.h
FMIceLinkSdpRtcpAttribute.m

Overview

The RTCP attribute is used to document the RTCP [port](#//api/name/port) used for media stream, when that [port](#//api/name/port) is not the next higher (odd) [port](#//api/name/port) number following the RTP [port](#//api/name/port) described in the media line.

– addressType

Gets the type of the address. See FMIceLinkSdpRtcpAttribute#addressType for possible values.
- (NSString *)addressType

Discussion

Gets the type of the address. See FMIceLinkSdpRtcpAttribute#addressType for possible values.

Declared In

FMIceLinkSdpRtcpAttribute.h

+ attributeWithPort:connectionAddress:

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.
+ (FMIceLinkSdpRtcpAttribute *)attributeWithPort:(int)port connectionAddress:(NSString *)connectionAddress

Parameters

port

The RTCP port number.

connectionAddress

The RTCP connection address.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.

Declared In

FMIceLinkSdpRtcpAttribute.h

– connectionAddress

Gets the RTCP connection address.
- (NSString *)connectionAddress

Discussion

Gets the RTCP connection address.

Declared In

FMIceLinkSdpRtcpAttribute.h

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.
+ (FMIceLinkSdpRtcpAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.

Declared In

FMIceLinkSdpRtcpAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpRtcpAttribute.h

– initWithPort:connectionAddress:

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.
- (instancetype)initWithPort:(int)port connectionAddress:(NSString *)connectionAddress

Parameters

port

The RTCP port number.

connectionAddress

The RTCP connection address.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpAttribute class.

Declared In

FMIceLinkSdpRtcpAttribute.h

– networkType

Gets the type of network. See FMIceLinkSdpRtcpAttribute#networkType for possible values.
- (NSString *)networkType

Discussion

Gets the type of network. See FMIceLinkSdpRtcpAttribute#networkType for possible values.

Declared In

FMIceLinkSdpRtcpAttribute.h

– port

Gets the RTCP port number.
- (int)port

Discussion

Gets the RTCP port number.

Declared In

FMIceLinkSdpRtcpAttribute.h

– updateWithPort:connectionAddress:

Updates the [port](#//api/name/port) and connection address.
- (void)updateWithPort:(int)port connectionAddress:(NSString *)connectionAddress

Parameters

port

The port.

connectionAddress

The connection address.

Discussion

Updates the [port](#//api/name/port) and connection address.

Declared In

FMIceLinkSdpRtcpAttribute.h