Class CameraFeatures.FpsRange

  • All Implemented Interfaces:

    
    public class CameraFeatures.FpsRange
    
                        

    Helper class for the FPS ranges to abstract away the differences in camera API 1 and 2

    • Constructor Detail

      • CameraFeatures.FpsRange

        CameraFeatures.FpsRange(int lower, int upper)
        Create a new range
        Parameters:
        lower - the lower bound in milliseconds
        upper - the upper bound in milliseconds