FixedFrameRateEstimator.Listener


public interface FixedFrameRateEstimator.Listener


A listener for frame rate estimate updates.

Summary

Public methods

abstract void
onFrameRateEstimateChanged(float frameRate)

Called when the frame rate estimate changes.

Public methods

onFrameRateEstimateChanged

abstract void onFrameRateEstimateChanged(float frameRate)

Called when the frame rate estimate changes.

Parameters
float frameRate

The new frame rate estimate, or NO_VALUE if unknown.