FMIceLinkSdpRtcpMuxAttribute Class Reference

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

Overview

This attribute is used to signal that RTP and RTCP traffic should be multiplexed on a single port. It is a property attribute, which does not take a value.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpMuxAttribute class.

Declared In

FMIceLinkSdpRtcpMuxAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpRtcpMuxAttribute.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpMuxAttribute class.

Declared In

FMIceLinkSdpRtcpMuxAttribute.h

+ muxAttribute

Initializes a new instance of the FMIceLinkSdpRtcpMuxAttribute class.
+ (FMIceLinkSdpRtcpMuxAttribute *)muxAttribute

Discussion

Initializes a new instance of the FMIceLinkSdpRtcpMuxAttribute class.

Declared In

FMIceLinkSdpRtcpMuxAttribute.h