FMIceLinkRembControlFrame Class Reference

Inherits from FMIceLinkPayloadSpecificControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkRembControlFrame.h
FMIceLinkRembControlFrame.m

Overview

An RTCP receiver estimated maximum bitrate (REMB) packet.

– bitrateExponent

Gets the bitrate exponent.
- (int)bitrateExponent

Discussion

Gets the bitrate exponent.

Declared In

FMIceLinkRembControlFrame.h

– bitrateMantissa

Gets the bitrate mantissa, in bits per second (bps).
- (int)bitrateMantissa

Discussion

Gets the bitrate mantissa, in bits per second (bps).

Declared In

FMIceLinkRembControlFrame.h

– description

Returns a string representation of this REMB Control Frame
- (NSString *)description

Discussion

Returns a string representation of this REMB Control Frame

Declared In

FMIceLinkRembControlFrame.h

– initWithBitrate:ssrcEntries:

Initializes a new instance of the FMIceLinkRembControlFrame class.
- (instancetype)initWithBitrate:(long long)bitrate ssrcEntries:(NSMutableArray *)ssrcEntries

Parameters

bitrate

Bitrate in bps.

ssrcEntries

SSRC entries, for which this feedback is applicable.

Discussion

Initializes a new instance of the FMIceLinkRembControlFrame class.

Declared In

FMIceLinkRembControlFrame.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkRembControlFrame class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkRembControlFrame class.

Declared In

FMIceLinkRembControlFrame.h

+ registeredFeedbackMessageType

Gets the type of the receiver estimated maximum bitrate message.
+ (int)registeredFeedbackMessageType

Discussion

Gets the type of the receiver estimated maximum bitrate message.

Declared In

FMIceLinkRembControlFrame.h

+ rembControlFrameWithBitrate:ssrcEntries:

Initializes a new instance of the FMIceLinkRembControlFrame class.
+ (FMIceLinkRembControlFrame *)rembControlFrameWithBitrate:(long long)bitrate ssrcEntries:(NSMutableArray *)ssrcEntries

Parameters

bitrate

Bitrate in bps.

ssrcEntries

SSRC entries, for which this feedback is applicable.

Discussion

Initializes a new instance of the FMIceLinkRembControlFrame class.

Declared In

FMIceLinkRembControlFrame.h

+ rembControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkRembControlFrame class.
+ (FMIceLinkRembControlFrame *)rembControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkRembControlFrame class.

Declared In

FMIceLinkRembControlFrame.h

– setBitrateExponent:

Sets the bitrate exponent.
- (void)setBitrateExponent:(int)value

Discussion

Sets the bitrate exponent.

Declared In

FMIceLinkRembControlFrame.h

– setBitrateMantissa:

Sets the bitrate mantissa, in bits per second (bps).
- (void)setBitrateMantissa:(int)value

Discussion

Sets the bitrate mantissa, in bits per second (bps).

Declared In

FMIceLinkRembControlFrame.h

– setSsrcEntries:

Sets the SSRC entries that this message applies to.
- (void)setSsrcEntries:(NSMutableArray *)value

Discussion

Sets the SSRC entries that this message applies to.

Declared In

FMIceLinkRembControlFrame.h

– ssrcEntries

Gets the SSRC entries that this message applies to.
- (NSMutableArray *)ssrcEntries

Discussion

Gets the SSRC entries that this message applies to.

Declared In

FMIceLinkRembControlFrame.h