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

Commit e7c51f51 authored by Nipun Kwatra's avatar Nipun Kwatra
Browse files

Don't change the public API (adding @hide)

Change-Id: I3f3330472c42932fddb1de2c60e2380e59980995
parent dbb93c5e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ public class MediaRecorder
     * @param enableTimeLapse Pass true to enable time lapse capture, false to disable it.
     * @param timeBetweenTimeLapseFrameCaptureMs time between two captures of time lapse frames.
     * @param encoderLevel the video encoder level.
     * @hide
     */
    public void setTimeLapseParameters(boolean enableTimeLapse,
            int timeBetweenTimeLapseFrameCaptureMs, int encoderLevel) {
@@ -465,6 +466,7 @@ public class MediaRecorder
     * Sets the level of the encoder. Call this before prepare().
     *
     * @param encoderLevel the video encoder level.
     * @hide
     */
    public void setVideoEncoderLevel(int encoderLevel) {
        setParameter(String.format("video-param-encoder-level=%d", encoderLevel));