FMLiveSwitchRtpInterFrameDelay Class Reference

Instance Methods

(int) - calculateDelayMillisWithTimestamp:systemTimestamp:
 
(long long) - calculateDelayTicksWithTimestamp:systemTimestamp:
 
(instancetype) - initWithClockRate:
 
(void) - reset
 

Class Methods

(FMLiveSwitchRtpInterFrameDelay *) + interFrameDelayWithClockRate:
 

Method Documentation

◆ calculateDelayMillisWithTimestamp:systemTimestamp:

- (int) calculateDelayMillisWithTimestamp: (long long)  timestamp
systemTimestamp: (long long)  systemTimestamp 

◆ calculateDelayTicksWithTimestamp:systemTimestamp:

- (long long) calculateDelayTicksWithTimestamp: (long long)  timestamp
systemTimestamp: (long long)  systemTimestamp 

◆ initWithClockRate:

- (instancetype) initWithClockRate: (int)  clockRate

◆ interFrameDelayWithClockRate:

+ (FMLiveSwitchRtpInterFrameDelay*) interFrameDelayWithClockRate: (int)  clockRate

◆ reset

- (void) reset