FMIceLinkGenericNack Class Reference

Inherits from NSObject
Declared in FMIceLinkGenericNack.h
FMIceLinkGenericNack.m

Overview

A Generic NACK feedback message.

– bitmaskOfLostPackets

Gets the bitmask of lost packets.
- (int)bitmaskOfLostPackets

Discussion

Gets the bitmask of lost packets.

Declared In

FMIceLinkGenericNack.h

– dataBuffer

Gets the data buffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the data buffer.

Declared In

FMIceLinkGenericNack.h

+ fixedPayloadLength

Gets the length of the registered fixed payload.
+ (int)fixedPayloadLength

Discussion

Gets the length of the registered fixed payload.

Declared In

FMIceLinkGenericNack.h

+ genericNack

Initializes a new instance of the FMIceLinkGenericNack class.
+ (FMIceLinkGenericNack *)genericNack

Discussion

Initializes a new instance of the FMIceLinkGenericNack class.

Declared In

FMIceLinkGenericNack.h

+ genericNackWithBuffer:

Initializes a new instance of the FMIceLinkGenericNack class.
+ (FMIceLinkGenericNack *)genericNackWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkGenericNack class.

Declared In

FMIceLinkGenericNack.h

– getLostPacketIdPlus:

Gets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
- (bool)getLostPacketIdPlus:(int)value

Parameters

value

The value.

Return Value

Whether the packet was lost.

Discussion

Gets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.

Declared In

FMIceLinkGenericNack.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkGenericNack class.

Declared In

FMIceLinkGenericNack.h

– initWithBuffer:

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

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkGenericNack class.

Declared In

FMIceLinkGenericNack.h

– lostPacketIdPlusLength

Gets the length of the lost packet identifier plus.
- (int)lostPacketIdPlusLength

Discussion

Gets the length of the lost packet identifier plus.

Declared In

FMIceLinkGenericNack.h

– packetId

Gets the RTP sequence number of the lost packet.
- (int)packetId

Discussion

Gets the RTP sequence number of the lost packet.

Declared In

FMIceLinkGenericNack.h

– setBitmaskOfLostPackets:

Sets the bitmask of lost packets.
- (void)setBitmaskOfLostPackets:(int)value

Discussion

Sets the bitmask of lost packets.

Declared In

FMIceLinkGenericNack.h

– setLostPacketIdPlus:lost:

Sets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.
- (void)setLostPacketIdPlus:(int)value lost:(bool)lost

Parameters

value

The value.

lost

Whether the packet was lost.

Discussion

Sets whether the packet with ID FMIceLinkGenericNack#[packetId](#//api/name/packetId) + value was lost.

Declared In

FMIceLinkGenericNack.h

– setPacketId:

Sets the RTP sequence number of the lost packet.
- (void)setPacketId:(int)value

Discussion

Sets the RTP sequence number of the lost packet.

Declared In

FMIceLinkGenericNack.h