FMIceLinkRtpControlFrame Class Reference

Inherits from FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkRtpControlFrame.h
FMIceLinkRtpControlFrame.m

Overview

An RTCP Feedback RTP control frame.

– initWithFeedbackMessageType:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType

Parameters

feedbackMessageType

The feedback message type.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

– initWithFeedbackMessageType:buffer:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType buffer:(FMIceLinkDataBuffer *)buffer

Parameters

feedbackMessageType

The feedback message type.

buffer

The backing data buffer.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

– initWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource

Parameters

feedbackMessageType

Type of the feedback message.

payloadType

Type of the payload.

senderSynchronizationSource

The sender synchronization source.

mediaSynchronizationSource

The media synchronization source.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

– initWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:feedbackControlInformation:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformation

Parameters

feedbackMessageType

Type of the feedback message.

payloadType

Type of the payload.

senderSynchronizationSource

The sender synchronization source.

mediaSynchronizationSource

The media synchronization source.

feedbackControlInformation

The feedback control information.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

+ registeredPayloadType

Gets the RTP payload type.
+ (int)registeredPayloadType

Discussion

Gets the RTP payload type.

Declared In

FMIceLinkRtpControlFrame.h

+ rtpControlFrameWithFeedbackMessageType:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
+ (FMIceLinkRtpControlFrame *)rtpControlFrameWithFeedbackMessageType:(int)feedbackMessageType

Parameters

feedbackMessageType

The feedback message type.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

+ rtpControlFrameWithFeedbackMessageType:buffer:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
+ (FMIceLinkRtpControlFrame *)rtpControlFrameWithFeedbackMessageType:(int)feedbackMessageType buffer:(FMIceLinkDataBuffer *)buffer

Parameters

feedbackMessageType

The feedback message type.

buffer

The backing data buffer.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

+ rtpControlFrameWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
+ (FMIceLinkRtpControlFrame *)rtpControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource

Parameters

feedbackMessageType

Type of the feedback message.

payloadType

Type of the payload.

senderSynchronizationSource

The sender synchronization source.

mediaSynchronizationSource

The media synchronization source.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h

+ rtpControlFrameWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:feedbackControlInformation:

Initializes a new instance of the FMIceLinkRtpControlFrame class.
+ (FMIceLinkRtpControlFrame *)rtpControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformation

Parameters

feedbackMessageType

Type of the feedback message.

payloadType

Type of the payload.

senderSynchronizationSource

The sender synchronization source.

mediaSynchronizationSource

The media synchronization source.

feedbackControlInformation

The feedback control information.

Discussion

Initializes a new instance of the FMIceLinkRtpControlFrame class.

Declared In

FMIceLinkRtpControlFrame.h