FMIceLinkSdpReceiveOnlyAttribute Class Reference

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

Overview

This specifies that the tools should be started in receive-only mode where applicable. It can be either a session- or media- level attribute, and it is not dependent on charset. Note that recvonly applies to the media only, not to any associated control protocol (e.g., an RTP-based system in recvonly mode SHOULD still send RTCP packets).

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpReceiveOnlyAttribute class.

Declared In

FMIceLinkSdpReceiveOnlyAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpReceiveOnlyAttribute.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkSdpReceiveOnlyAttribute class.

Declared In

FMIceLinkSdpReceiveOnlyAttribute.h

+ receiveOnlyAttribute

Initializes a new instance of the FMIceLinkSdpReceiveOnlyAttribute class.
+ (FMIceLinkSdpReceiveOnlyAttribute *)receiveOnlyAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpReceiveOnlyAttribute class.

Declared In

FMIceLinkSdpReceiveOnlyAttribute.h

– streamDirection

Gets the stream direction.
- (FMIceLinkStreamDirection)streamDirection

Discussion

Gets the stream direction.

Declared In

FMIceLinkSdpReceiveOnlyAttribute.h