Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a18e9017 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Explain setPreviewFrameRate and getPreviewFrameRate more clearly.

parent be143322
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1052,7 +1052,8 @@ public class Camera {
        }

        /**
         * Sets the rate at which preview frames are received.
         * Sets the rate at which preview frames are received. This is the
         * target frame rate. The actual frame rate depends on the driver.
         *
         * @param fps the frame rate (frames per second)
         */
@@ -1061,8 +1062,9 @@ public class Camera {
        }

        /**
         * Returns the setting for the rate at which preview frames
         * are received.
         * Returns the setting for the rate at which preview frames are
         * received. This is the target frame rate. The actual frame rate
         * depends on the driver.
         *
         * @return the frame rate setting (frames per second)
         */