FMIceLinkRembControlFrame Class Reference
| Inherits from | FMIceLinkPayloadSpecificControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject | 
|---|---|
| Declared in | FMIceLinkRembControlFrame.h FMIceLinkRembControlFrame.m  | 
– bitrateExponent
	
Gets the bitrate exponent.
			- (int)bitrateExponentDiscussion
Gets the bitrate exponent.
			Declared In
FMIceLinkRembControlFrame.h
– bitrateMantissa
	
Gets the bitrate mantissa, in bits per second (bps).
			- (int)bitrateMantissaDiscussion
Gets the bitrate mantissa, in bits per second (bps).
			Declared In
FMIceLinkRembControlFrame.h
– description
	
Returns a string representation of this REMB Control Frame
			- (NSString *)descriptionDiscussion
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 *)ssrcEntriesParameters
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 *)bufferParameters
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)registeredFeedbackMessageTypeDiscussion
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 *)ssrcEntriesParameters
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 *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkRembControlFrame class.
			Declared In
FMIceLinkRembControlFrame.h
– setBitrateExponent:
	
Sets the bitrate exponent.
			- (void)setBitrateExponent:(int)valueDiscussion
Sets the bitrate exponent.
			Declared In
FMIceLinkRembControlFrame.h
– setBitrateMantissa:
	
Sets the bitrate mantissa, in bits per second (bps).
			- (void)setBitrateMantissa:(int)valueDiscussion
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 *)valueDiscussion
Sets the SSRC entries that this message applies to.
			Declared In
FMIceLinkRembControlFrame.h
– ssrcEntries
	
Gets the SSRC entries that this message applies to.
			- (NSMutableArray *)ssrcEntriesDiscussion
Gets the SSRC entries that this message applies to.
			Declared In
FMIceLinkRembControlFrame.h