FMLiveSwitchRtpMissingFrame Class Reference

Instance Methods

(instancetype) - initWithSequenceNumber:
 
(long long) - lastNackSystemTimestamp
 
(bool) - nackableWithSystemTimestamp:roundTripTimeTicks:bufferExpiryTicks:
 
(int) - nackCount
 
(void) - nackedWithSystemTimestamp:
 
(long long) - sequenceNumber
 

Class Methods

(FMLiveSwitchRtpMissingFrame *) + missingFrameWithSequenceNumber:
 

Method Documentation

◆ initWithSequenceNumber:

- (instancetype) initWithSequenceNumber: (long long)  sequenceNumber

◆ lastNackSystemTimestamp

- (long long) lastNackSystemTimestamp

◆ missingFrameWithSequenceNumber:

+ (FMLiveSwitchRtpMissingFrame*) missingFrameWithSequenceNumber: (long long)  sequenceNumber

◆ nackableWithSystemTimestamp:roundTripTimeTicks:bufferExpiryTicks:

- (bool) nackableWithSystemTimestamp: (long long)  systemTimestamp
roundTripTimeTicks: (long long)  roundTripTimeTicks
bufferExpiryTicks: (long long)  bufferExpiryTicks 

◆ nackCount

- (int) nackCount

◆ nackedWithSystemTimestamp:

- (void) nackedWithSystemTimestamp: (long long)  systemTimestamp

◆ sequenceNumber

- (long long) sequenceNumber