FMIceLinkFeedbackControlFrame Class Reference
| Inherits from | FMIceLinkMediaControlFrame : NSObject | 
|---|---|
| Declared in | FMIceLinkFeedbackControlFrame.h FMIceLinkFeedbackControlFrame.m  | 
+ feedbackControlFrameWithFeedbackMessageType:payloadType:
	+ (FMIceLinkFeedbackControlFrame *)feedbackControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadTypeParameters
feedbackMessageType | 
						Type of the feedback message.  | 
					
|---|---|
payloadType | 
						Type of the payload.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
+ feedbackControlFrameWithFeedbackMessageType:payloadType:buffer:
	+ (FMIceLinkFeedbackControlFrame *)feedbackControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType buffer:(FMIceLinkDataBuffer *)bufferParameters
feedbackMessageType | 
						The feedback message type.  | 
					
|---|---|
payloadType | 
						Payload type.  | 
					
buffer | 
						The backing data buffer.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
+ feedbackControlFrameWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:
	+ (FMIceLinkFeedbackControlFrame *)feedbackControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSourceParameters
feedbackMessageType | 
						Type of the feedback message.  | 
					
|---|---|
payloadType | 
						Type of the payload.  | 
					
senderSynchronizationSource | 
						The sender synchronization source.  | 
					
mediaSynchronizationSource | 
						The media synchronization source.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
+ feedbackControlFrameWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:feedbackControlInformation:
	+ (FMIceLinkFeedbackControlFrame *)feedbackControlFrameWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformationParameters
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
Declared In
FMIceLinkFeedbackControlFrame.h
– feedbackControlInformation
	- (FMIceLinkDataBuffer *)feedbackControlInformationDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– feedbackControlInformationOffset
	- (int)feedbackControlInformationOffsetDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– feedbackMessageType
	- (int)feedbackMessageTypeDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
+ fixedPayloadHeaderLength
	+ (int)fixedPayloadHeaderLengthDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– initWithFeedbackMessageType:payloadType:
	- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadTypeParameters
feedbackMessageType | 
						Type of the feedback message.  | 
					
|---|---|
payloadType | 
						Type of the payload.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
– initWithFeedbackMessageType:payloadType:buffer:
	- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType buffer:(FMIceLinkDataBuffer *)bufferParameters
feedbackMessageType | 
						The feedback message type.  | 
					
|---|---|
payloadType | 
						Payload type.  | 
					
buffer | 
						The backing data buffer.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
– initWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:
	- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSourceParameters
feedbackMessageType | 
						Type of the feedback message.  | 
					
|---|---|
payloadType | 
						Type of the payload.  | 
					
senderSynchronizationSource | 
						The sender synchronization source.  | 
					
mediaSynchronizationSource | 
						The media synchronization source.  | 
					
Discussion
Declared In
FMIceLinkFeedbackControlFrame.h
– initWithFeedbackMessageType:payloadType:senderSynchronizationSource:mediaSynchronizationSource:feedbackControlInformation:
	- (instancetype)initWithFeedbackMessageType:(int)feedbackMessageType payloadType:(int)payloadType senderSynchronizationSource:(long long)senderSynchronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformationParameters
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
Declared In
FMIceLinkFeedbackControlFrame.h
– mediaSourceSynchronizationSource
	- (long long)mediaSourceSynchronizationSourceDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– packetSenderSynchronizationSource
	- (long long)packetSenderSynchronizationSourceDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– setFeedbackMessageType:
	- (void)setFeedbackMessageType:(int)valueDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– setMediaSourceSynchronizationSource:
	- (void)setMediaSourceSynchronizationSource:(long long)valueDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h
– setPacketSenderSynchronizationSource:
	- (void)setPacketSenderSynchronizationSource:(long long)valueDiscussion
Declared In
FMIceLinkFeedbackControlFrame.h