FMIceLinkSdpSendOnlyAttribute Class Reference

Inherits from FMIceLinkSdpDirectionAttribute : FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpSendOnlyAttribute.h
FMIceLinkSdpSendOnlyAttribute.m

Overview

This specifies that the tools should be started in send-only mode. An example may be where a different unicast address is to be used for a traffic destination than for a traffic source. In such a case, two media descriptions may be used, one sendonly and one recvonly. It can be either a session- or media-level attribute, but would normally only be used as a media attribute. It is not dependent on charset. Note that sendonly applies only to the media, and any associated control protocol (e.g., RTCP) SHOULD still be received and processed as normal.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpSendOnlyAttribute class.

Declared In

FMIceLinkSdpSendOnlyAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpSendOnlyAttribute.h

– init

Initializes a new instance of the FMIceLinkSdpSendOnlyAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdpSendOnlyAttribute class.

Declared In

FMIceLinkSdpSendOnlyAttribute.h

+ sendOnlyAttribute

Initializes a new instance of the FMIceLinkSdpSendOnlyAttribute class.
+ (FMIceLinkSdpSendOnlyAttribute *)sendOnlyAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpSendOnlyAttribute class.

Declared In

FMIceLinkSdpSendOnlyAttribute.h

– streamDirection

Gets the stream direction.
- (FMIceLinkStreamDirection)streamDirection

Discussion

Gets the stream direction.

Declared In

FMIceLinkSdpSendOnlyAttribute.h