Instance Methods | |
(instancetype) | - initWithLogScope: |
(int) | - jitterEstimate |
(void) | - reset |
(void) | - updateEstimateWithFrameDelayMillis:frameLength: |
(void) | - updateEstimateWithFrameDelayMillis:frameLength:incompleteFrame: |
(void) | - updateMaxFrameSizeWithFrameSizeBytes: |
Class Methods | |
(FMLiveSwitchRtpJitterEstimator *) | + jitterEstimatorWithLogScope: |
- (instancetype) initWithLogScope: | (NSString *) | logScope |
- (int) jitterEstimate |
+ (FMLiveSwitchRtpJitterEstimator*) jitterEstimatorWithLogScope: | (NSString *) | logScope |
- (void) reset |
- (void) updateEstimateWithFrameDelayMillis: | (long long) | frameDelayMillis | |
frameLength: | (int) | frameLength | |
- (void) updateEstimateWithFrameDelayMillis: | (long long) | frameDelayMillis | |
frameLength: | (int) | frameLength | |
incompleteFrame: | (bool) | incompleteFrame | |
- (void) updateMaxFrameSizeWithFrameSizeBytes: | (int) | frameSizeBytes |